mcpbeat Sign in

Feed Reader MCP Server

by tono628develop Your server? Claim it
local only

Feed Reader runs on your own machine — the client starts it, so there is no endpoint to ping. 39 installs a week from npm. Last commit 26 Jun 2026.

Fetch and read RSS/Atom feeds from any MCP client.

Installs per day peak 20 · avg 6 · -11% w/w
a month agotoday
39
Installs / week
npm · feed-reader-mcp
0
Stars
0 open issues
26 Jun 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Feed Reader every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add feed-reader -- npx -y feed-reader-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "feed-reader": {
      "args": [
        "-y",
        "feed-reader-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.feed-reader]
command = "npx"
args = ["-y", "feed-reader-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "feed-reader": {
      "args": [
        "-y",
        "feed-reader-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "feed-reader": {
      "args": [
        "-y",
        "feed-reader-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Feed Reader

same job, measured the same way
Acorn Reply
by acornreply

Read and edit your Acorn Reply knowledge base from any MCP client.

answering
Fresh Jots
by goran-arsov

Read and write your Fresh Jots notes from Claude, Cursor, and any MCP client.

79 installs/wk answering
Infyicon MCP
by krupalghori44-dev

Search 161,000+ free hand-drawn icons and fetch ready-to-embed SVG or PNG from any MCP client.

8 tools answering
SekkeiFlow
by sekkeiflow

Read and update your SekkeiFlow life boards, counters and AI coach from any MCP client.

answering
GenMB
by genmb

List, read, edit, and deploy your GenMB AI-generated apps from any MCP client.

answering
Caliu Notes
by caliuapp

Read and write your Caliu notes from any MCP client: search, create, tag, remind, attach files.

622 installs/wk answering
Flowdex
by flowdex

Read and write your team's shared, AI-readable wiki from any MCP client.

answering
Climbpast
by archievi

Read and edit GA4, Search Console and Google Tag Manager from any MCP client. 29 tools.

answering

Feed Reader — questions

Answers built from our own checks of this server.

Why is there no uptime for Feed Reader?
Feed Reader runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package feed-reader-mcp was installed 39 times last week.
How do I connect Feed Reader?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls feed-reader-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Feed Reader?
The npm package feed-reader-mcp was installed 39 times in the last week. Week over week that is -11%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Feed Reader open source?
Yes — it is published under the MIT licence, written in JavaScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.