Skip to content
Zed

Reddit (RSS) for Zed

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:Zed transport:stdio runtime:pypi

Install Reddit (RSS) in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

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

Merge this into your existing settings object — do not replace the file. Zed docs

Reddit (RSS) in other clients