Skip to content
Cursor

MCP Feed Reader for Cursor

io.github.crunchtools/feed-reader

RSS/Atom feed reader MCP server with SQLite backend

client:Cursor transport:stdio runtime:pypi

Install MCP Feed Reader in Cursor

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

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

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

MCP Feed Reader in other clients