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
{
"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