home / mcp / rss-mcp mcp server
Provides RSS/Atom feed management with AI analytics, export options, and automated updates.
Configuration
View docs{
"mcpServers": {
"awee1453-rss-mcp": {
"url": "http://localhost:3000/mcp"
}
}
}You use RSS-MCP to manage RSS/Atom feeds with AI-powered analytics, generate rich digests, export data in multiple formats, and automate updates and alerts. This MCP server helps you keep feeds organized, analyzed, and actionable, with practical tools for discovery, verification, and reporting.
You connect a client to the server via MCP endpoints or by running the local MCP server process. Use an MCP client to add feeds, run intelligent searches, and request analytics such as sentiment, trends, and cross-source verification. You can also schedule automatic updates, set up webhook notifications for keywords, and generate daily digests in HTML or Markdown.
Prerequisites you need before installing: Node.js 18+ and npm installed on your system. You may also run in Linux, macOS, or Windows environments.
npm installTo start the server with automatic updates and an MCP endpoint available locally, run the following commands.
npm run auto-startIf you prefer to start without automatic updates, use this command instead.
npm startThe MCP endpoint will be accessible at the following URL when the server is running.
MCP Endpoint: http://localhost:3000/mcp
Health Check: http://localhost:3000/healthYou can integrate a client to run the server locally or connect remotely. The recommended automatic setup provides a quick path to get started, while manual setup lets you customize how you run updates and serve the MCP endpoint.
Add a new RSS/Atom feed to the managed list.
List all configured feeds with their current status.
Fetch new articles for all or selected feeds.
Retrieve articles from a specific feed for review or processing.
Perform advanced searches over the article collection with filters.
Remove a feed from the managed set.
Detect breaking news events across feeds using AI signals.
Identify duplicate articles across multiple feeds.
Provide feed statistics such as article counts, trends, and engagement metrics.
Analyze trending topics and keywords across feeds using NLP.
Assess the emotional tone of articles (positive/negative/neutral).
Translate article content using AI-powered translation.
Extract images and videos from articles for enrichment.
Scrape and assemble full article content when needed.
Compare coverage between different feeds for the same topics.
Cross-check information across multiple sources.
Export feeds and articles to JSON, CSV, or XML.
Generate daily or weekly digest reports in HTML or Markdown.
Import/export OPML feed lists for migration.
Suggest feeds based on your reading patterns and interests.
Automatically classify articles into categories using AI.
Assign reliability scores to feeds based on trust signals.
Configure webhook alerts and keyword filtering.
Manage a reading list or bookmarks within the MCP system.
Set up cron-based automated feed updates.
Monitor feed uptime and performance metrics.