RSS MCP
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also includes special support for RSSHub feeds.
What is RSS MCP?
RSS MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to this is a model context protocol (mcp) server built with typescript. it provides a versatile tool to fetch and parse any standard rss/atom feed, and also includes special support for rsshub feeds.
This is a Model Context Protocol (MCP) server built with TypeScript. It provides a versatile tool to fetch and parse any standard RSS/Atom feed, and also includes special support for RSSHub feeds.
This server falls under the Search & Data Extraction and APIs categories on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- This is a Model Context Protocol (MCP) server built with Typ
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx rss-mcp-serverConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use RSS MCP
RSS MCP Server is a TypeScript-based Model Context Protocol server that enables AI assistants and MCP clients to fetch and parse any standard RSS or Atom feed by URL. It includes special support for RSSHub — a popular open-source tool that generates RSS feeds for sites that lack them — with automatic polling across multiple public RSSHub instances for high availability. The server exposes a single 'get_feed' tool that returns structured JSON, making it straightforward for AI assistants to monitor content from blogs, news sites, social media, and other RSS-accessible sources.
Prerequisites
- Node.js 18 or later (for running via npx) OR a local clone of the repository with npm installed
- An MCP-compatible client such as Claude Desktop, Cursor, or Claude Code
- No API keys required — public RSS feeds are fetched directly
- Optional: a self-hosted RSSHub instance URL if you need feeds for non-public or high-volume sources
Run the server via npx (no install required)
The easiest way to use RSS MCP Server is via npx. This downloads and runs the published npm package 'rss-mcp' without a permanent installation.
npx rss-mcpAdd the server to your MCP client configuration
For Claude Desktop, edit ~/Library/Application Support/Claude/claude_desktop_config.json. For Cursor, edit ~/.cursor/mcp_settings.json. Use the npx command as the server entry.
{
"mcpServers": {
"rss": {
"command": "npx",
"args": ["rss-mcp"]
}
}
}Optionally set a priority RSSHub instance
If you have a private or preferred RSSHub instance, set the PRIORITY_RSSHUB_INSTANCE environment variable. The server will try this instance first before falling back to the built-in public instance list.
{
"mcpServers": {
"rss": {
"command": "npx",
"args": ["rss-mcp"],
"env": {
"PRIORITY_RSSHUB_INSTANCE": "https://my-rsshub.example.com"
}
}
}
}Restart your MCP client
Fully restart Claude Desktop or Cursor so the new RSS server configuration is picked up. The 'rss' server and its 'get_feed' tool will then appear as available tools.
Test the get_feed tool with a feed URL
Call the 'get_feed' tool with a standard RSS/Atom URL or an RSSHub-format URL. The 'count' parameter controls how many items to return (default 1, use 0 for all items).
RSS MCP Examples
Client configuration (Claude Desktop)
Minimal Claude Desktop configuration to enable the RSS MCP server via npx.
{
"mcpServers": {
"rss": {
"command": "npx",
"args": ["rss-mcp"]
}
}
}Prompts to try
After connecting, use the get_feed tool through natural language to fetch and summarize RSS content.
- "Fetch the latest 5 articles from https://news.ycombinator.com/rss and summarize them"
- "Get the most recent post from rsshub://github/trending/javascript"
- "Retrieve all items from https://feeds.bbci.co.uk/news/technology/rss.xml"
- "What are the latest updates from https://rsshub.app/bilibili/user/dynamic/208259?"Troubleshooting RSS MCP
RSSHub feeds return errors or time out
Public RSSHub instances can be rate-limited or unavailable. The server automatically retries other instances. For more reliable access, deploy your own RSSHub instance and set it as PRIORITY_RSSHUB_INSTANCE in the server environment config.
Standard RSS feeds fail to parse
Ensure the URL returns a valid RSS 2.0 or Atom 1.0 feed. Some sites return JSON or HTML at the same URL. Try opening the feed URL in a browser to confirm it is valid XML. Feeds behind authentication or CORS restrictions cannot be fetched directly.
'npx rss-mcp' downloads a different package
The correct npm package name is 'rss-mcp' (not 'rss-mcp-server'). If you see unexpected behavior, clear the npx cache with 'npx clear-npx-cache' and retry.
Frequently Asked Questions about RSS MCP
What is RSS MCP?
RSS MCP is a Model Context Protocol (MCP) server that this is a model context protocol (mcp) server built with typescript. it provides a versatile tool to fetch and parse any standard rss/atom feed, and also includes special support for rsshub feeds. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install RSS MCP?
Follow the installation instructions on the RSS MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with RSS MCP?
RSS MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is RSS MCP free to use?
Yes, RSS MCP is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
RSS MCP Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to RSS MCP? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up RSS MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use RSS MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.