The most complete open-source MCP server for Discord — 80+ tools, dual-mode: integrated (plugin) or standalone
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"mcp-discord": {
"command": "npx",
"args": [
"-y",
"goul4rt/mcp-discord"
]
}
}
}
Run in terminal:
claude mcp add mcp-discord npx -y goul4rt/mcp-discord
Add to .cursor/mcp.json:
{
"mcpServers": {
"mcp-discord": {
"command": "npx",
"args": [
"-y",
"goul4rt/mcp-discord"
]
}
}
}