Skip to content
Windsurf

Discord MCP for Windsurf

io.github.cappyeo/discord-mcp

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

client:Windsurf transport:stdio runtime:npm

Install Discord MCP 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": {
    "discord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@discord-mcp/cli"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>",
        "DISCORD_EXPECTED_BOT_ID": "<DISCORD_EXPECTED_BOT_ID>",
        "ALLOWED_GUILDS": "<ALLOWED_GUILDS>"
      }
    }
  }
}

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

Discord MCP in other clients