RSS Markdown Generator
Generate Markdown content from RSS feeds effortlessly. Transform your RSS data into well-structured Markdown documents for easy sharing and publishing.
Installation
Installing for Claude Desktop
Option 1: One-Command Installation
npx mcpbar@latest install taweili/mcp-rss-md -c claude
This command will automatically install and configure the RSS Markdown Generator MCP server for your selected client.
Option 2: Manual Configuration
Run the command below to open your configuration file:
npx mcpbar@latest edit -c claude
After opening your configuration file, copy and paste this configuration:
View JSON configuration
{
"mcpServers": {
"RSS Markdown Generator": {
"command": "node",
"args": [
"rss-to-md-server.js"
]
}
}
}
RSS to Markdown MCP Server
An MCP (Model Context Protocol) server that provides tools for converting RSS feeds into Markdown format.
Installation
- Clone this repository
- Run
npm install
to install dependencies - Add the server to your MCP configuration:
{
"mcpServers": {
"rss-to-md": {
"command": "node",
"args": ["rss-to-md-server.js"]
}
}
}
MCP Tools
This server provides the following MCP tools:
convert_rss
: Converts an RSS feed to Markdown format- Parameters:
url
: The URL of the RSS feed to convertoutputPath
: (Optional) Path to save the Markdown output
- Parameters:
Usage
As an MCP Server
Once configured, you can use the MCP tools through any MCP client.
Standalone
You can also run the server directly:
node rss-to-md-server.js
License
This project is licensed under the GPL-3.0 License - see the LICENSE file for details.
Details:
Stars
0Forks
0Last commit
3 months agoRepository age
3 months
Auto-fetched from GitHub .
MCP servers similar to RSS Markdown Generator:

Stars
Forks
Last commit

Stars
Forks
Last commit

Stars
Forks
Last commit