Discord
💬 Communication
Manage Discord servers, channels, and messages. Send and read messages, create channels, manage forum posts, add reactions, and work with webhooks.
Tools (9)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"mcp-discord"
],
"env": {
"DISCORD_TOKEN": "your-discord-token-here"
}
}
}
}