Skip to content
Zed

Discord MCP for Zed

io.github.cappyeo/discord-mcp

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

client:Zed transport:stdio runtime:npm

Install Discord MCP 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": {
    "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>"
      }
    }
  }
}

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

Discord MCP in other clients