Skip to content
Zed

discord mcp for Zed

io.github.mrfentmen/discord-mcp

Keyless MCP server for Discord invites and server widgets. No bot token needed.

client:Zed transport:stdio runtime:npm

Install discord mcp in Zed

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

{
  "context_servers": {
    "discord-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/discord-mcp"
      ]
    }
  }
}

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

discord mcp in other clients