Skip to content
Zed

discord mcp for Zed

io.github.jaimenbell/discord-mcp

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

client:Zed transport:stdio runtime:pypi

Install discord mcp in Zed

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

{
  "context_servers": {
    "discord-mcp": {
      "command": "uvx",
      "args": [
        "jaimenbell-discord-mcp"
      ]
    }
  }
}

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

discord mcp in other clients