Skip to content
Zed

discord mcp for Zed

io.github.pasympa/discord-mcp

A lightweight, multi-guild Discord MCP server with 95+ tools

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",
        "@pasympa/discord-mcp"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>"
      }
    }
  }
}

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

discord mcp in other clients