discord-mcp
About
MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Claude Code
claude mcp add discord-mcp -- uvx jaimenbell-discord-mcp
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"discord-mcp","command":"uvx","args":["jaimenbell-discord-mcp"]}'
JSON
{
"mcpServers": {
"discord-mcp": {
"command": "uvx",
"args": [
"jaimenbell-discord-mcp"
]
}
}
}