Odel
Reddit (RSS)

Reddit (RSS)

Local
@jorgen-k1PythonMITUpdated 3 days ago

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

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPIreddit-rss-mcpv1.1.5

Run

uvx reddit-rss-mcp

MCP client config

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