Skip to main content
Glama

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_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

A
license - permissive license
-
quality - not tested
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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