Skip to content
Zed

reddit buddy mcp for Zed

io.github.karanb192/reddit-buddy-mcp

Reddit MCP server - browse posts, search content, analyze users.

client:Zed transport:stdio runtime:npm

Install reddit buddy mcp in Zed

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

{
  "context_servers": {
    "reddit-buddy-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@karanb192/reddit-buddy-mcp"
      ]
    }
  }
}

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

reddit buddy mcp in other clients