Skip to content
Windsurf

reddit mcp server for Windsurf

io.github.mypracticaltools/reddit-mcp-server

Reddit MCP Server via Apify

client:Windsurf transport:stdio runtime:npm

Install reddit mcp server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json

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

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

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

reddit mcp server in other clients