The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Feed Reader listing page.
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.
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.
| 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). |
Add to your MCP config (claude_desktop_config.json or .mcp.json):
Then ask: "Use feed-reader to get the latest 5 items from https://hnrss.org/frontpage" or "Build a digest from these three feeds…".
MIT © tono628develop