Skip to content

reddit mcp server for Zed

io.github.mypracticaltools/reddit-mcp-server

Reddit MCP Server via Apify

client:Zed transport:stdio runtime:npm

Install reddit mcp server in Zed

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

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "reddit-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@practicaltools/reddit-mcp-server"
      ],
      "env": {
        "APIFY_API_TOKEN": "<APIFY_API_TOKEN>"
      }
    }
  }
}

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

reddit mcp server in other clients