{
  "markdown": "# feed-reader-mcp\n\nAn [MCP](https://modelcontextprotocol.io) 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.\n\n## Why\n\nLLM 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.\n\n## Tools\n\n| Tool | What it does |\n|------|--------------|\n| `fetch_feed` | Fetch one RSS/Atom feed → recent items (title, link, date, snippet). |\n| `fetch_many` | Fetch several feeds → one merged, date-sorted list (a digest). |\n\n## Install\n\n```bash\nnpm install -g feed-reader-mcp\n```\n\n## Use with Claude Desktop / Claude Code\n\nAdd to your MCP config (`claude_desktop_config.json` or `.mcp.json`):\n\n```json\n{\n  \"mcpServers\": {\n    \"feed-reader\": {\n      \"command\": \"npx\",\n      \"args\": [\"-y\", \"feed-reader-mcp\"]\n    }\n  }\n}\n```\n\nThen ask: *\"Use feed-reader to get the latest 5 items from https://hnrss.org/frontpage\"* or *\"Build a digest from these three feeds…\"*.\n\n## Develop\n\n```bash\nnpm install\nnpm run build\nnpm start          # runs over stdio\n```\n\n## License\n\nMIT © tono628develop\n",
  "bytes": 1245,
  "sha": "ed86808ace98fb7fff5853a3ceddb6a6733dcbf3e057aece609db05ea86da1d4",
  "repo_slug": "tono628develop/feed-reader-mcp",
  "fonte": "repo",
  "truncated": false,
  "api": "https://agentalog.com/api/listings/mcp_io_github_tono628develop_feed_reader_ff557bbe/readme"
}