feed-reader-mcp
Allows fetching and reading RSS/Atom feeds, enabling AI agents to stay current with feeds from blogs, news sites, and release notes.
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., "@feed-reader-mcpFetch the latest 5 items from https://hnrss.org/frontpage"
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.
feed-reader-mcp
An MCP server that fetches and reads RSS / Atom feeds, so any MCP client (Claude Desktop, Claude Code, etc.) can pull the latest items from blogs, news sites, and release feeds — and build digests.
Why
LLM clients can't reliably read RSS on their own. This server exposes two simple tools so an agent can stay current with the feeds you care about (release notes, news, blogs) without scraping.
Related MCP server: @missionsquad/mcp-rss
Tools
Tool | What it does |
| Fetch one RSS/Atom feed → recent items (title, link, date, snippet). |
| Fetch several feeds → one merged, date-sorted list (a digest). |
Install
npm install -g feed-reader-mcpUse with Claude Desktop / Claude Code
Add to your MCP config (claude_desktop_config.json or .mcp.json):
{
"mcpServers": {
"feed-reader": {
"command": "npx",
"args": ["-y", "feed-reader-mcp"]
}
}
}Then ask: "Use feed-reader to get the latest 5 items from https://hnrss.org/frontpage" or "Build a digest from these three feeds…".
Develop
npm install
npm run build
npm start # runs over stdioLicense
MIT © tono628develop
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityDmaintenanceMCP RSS is a Model Context Protocol (MCP) server for interacting with RSS feedsLast updated3928MIT
- AlicenseBqualityDmaintenanceMCP server for fetching, parsing, and managing RSS feeds. Features Fetch and parse RSS/Atom feeds In-memory caching with TTL Batch fetching of multiple feeds Monitor feeds for new items Search content across multiple feeds Extract and format feed contentLast updated62910Apache 2.0
- Flicense-qualityCmaintenanceRead-only MCP server for monitoring public RSS and Atom feeds from competitor and industry websites, enabling competitive intelligence workflows through feed fetching, searching, and thematic summarization.Last updated
- Alicense-qualityAmaintenanceAn MCP server for managing and querying RSS/news feeds, enabling real-time fetching, searching, and retrieval of feed items.Last updated371MIT
Related MCP Connectors
Live Feeds (RSS/Atom) MCP.
Track and browse RSS feeds with ease. Fetch the latest entries from any feed URL and extract full…
World News Feeds MCP.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/tono628develop/feed-reader-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server