About
Fetch and read RSS/Atom feeds from any MCP client.
Security Report
A well-structured RSS/Atom feed reader MCP server with clean code and appropriate permissions for its purpose. No security vulnerabilities, proper input validation, and error handling are in place. The server only requires network access to fetch feeds, which aligns with its stated functionality. Supply chain analysis found 2 known vulnerabilities in dependencies (0 critical, 2 high severity). Package verification found 1 issue.
3 files analyzed · 6 issues found
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
Permissions Required
This plugin requests these system permissions. Most are normal for its category.
How to Install
Add this to your MCP configuration file:
{
"mcpServers": {
"io-github-tono628develop-feed-reader": {
"args": [
"-y",
"feed-reader-mcp"
],
"command": "npx"
}
}
}Documentation
View on GitHubFrom the project's GitHub README.
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.
Tools
| Tool | What it does |
|---|---|
fetch_feed | Fetch one RSS/Atom feed → recent items (title, link, date, snippet). |
fetch_many | Fetch several feeds → one merged, date-sorted list (a digest). |
Install
npm install -g feed-reader-mcp
Use 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 stdio
License
MIT © tono628develop
Reviews
No reviews yet
Be the first to review this server!
More Developer Tools MCP Servers
Fetch
Freeby Modelcontextprotocol · Developer Tools
Web content fetching and conversion for efficient LLM usage
Toleno
Freeby Toleno · Developer Tools
Toleno Network MCP Server — Manage your Toleno mining account with Claude AI using natural language.
mcp-creator-python
Freeby mcp-marketplace · Developer Tools
Create, build, and publish Python MCP servers to PyPI — conversationally.
MarkItDown
Freeby Microsoft · Content & Media
Convert files (PDF, Word, Excel, images, audio) to Markdown for LLM consumption
MCP Marketplace
Freeby mcp-marketplace · Developer Tools
Search and install MCP servers from inside your AI client.
FinAgent
Freeby mcp-marketplace · Finance
Free stock data and market news for any MCP-compatible AI assistant.
