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
Usage
Claude Desktop Configuration
Add the following to your ~/.config/claude/config.json:
CLI Options
Available 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.
License
MIT