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