RSS Feed MCP Server
Allows for fetching and parsing RSS and Atom feeds, including article content, and provides functionality to manage a registered list of feeds.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@RSS Feed MCP ServerSummarize the latest 5 articles from https://techcrunch.com/feed/"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
RSS Feed MCP Server
An MCP server that allows Claude to fetch and process RSS feed data through the Model Context Protocol.
Overview
This server provides direct access to RSS/Atom feeds from Claude via the Model Context Protocol (MCP). It supports feed registration, management, and retrieval functionality.
Installation
npx rss-feed-mcp-serverUsage
Claude Desktop Configuration
Add the following to your ~/.config/claude/config.json:
{
"mcpServers": {
"rss-feed": {
"command": "npx",
"args": ["rss-feed-mcp-server"]
}
}
}CLI Options
# Basic execution
npx rss-feed-mcp-server
# Debug mode
npx rss-feed-mcp-server --debug
# Specify config file
npx rss-feed-mcp-server --config /path/to/config.json
# Show help
npx rss-feed-mcp-server --helpAvailable Tools
1. fetch_rss_feed
Fetch and parse RSS/Atom feeds.
Parameters:
url(string, required): RSS/Atom feed URLlimit(number, optional): Maximum number of articles to fetch (default: 10)includeContent(boolean, optional): Include full article content (default: false)
2. list_feeds
List all registered RSS feeds.
3. add_feed
Register a new RSS feed.
Parameters:
name(string, required): Display name for the feedurl(string, required): RSS/Atom feed URL
4. remove_feed
Remove a registered RSS feed.
Parameters:
feedId(string, required): ID of the feed to remove
Configuration
Configuration file is stored at ~/.config/rss-feed-mcp/config.json.
{
"feeds": [],
"defaultLimit": 10,
"timeout": 10000,
"userAgent": "RSS-Feed-MCP-Server/1.0.0"
}License
MIT
This server cannot be installed
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/elchika-inc/rss-feed-mcp-server'
If you have feedback or need assistance with the MCP directory API, please join our Discord server