Skip to content
Cursor

Reddit (RSS) for Cursor

io.github.jorgen-k/reddit-mcp

Read Reddit from Claude with no API key and no app registration, via Reddit's public RSS feeds.

client:Cursor transport:stdio runtime:pypi

Install Reddit (RSS) in Cursor

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

{
  "mcpServers": {
    "reddit-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "reddit-rss-mcp"
      ]
    }
  }
}

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

Reddit (RSS) in other clients