Skip to content
Cursor

feed reader for Cursor

io.github.tono628develop/feed-reader

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

client:Cursor transport:stdio runtime:npm

Install feed reader in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

{
  "mcpServers": {
    "feed-reader": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "feed-reader-mcp"
      ]
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

feed reader in other clients