Discord bot integration — send messages, manage channels, read message history, and interact with servers
DISCORD_TOKENnpx @getmcp/cli add discordConfig file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"mcp-discord"
],
"env": {
"DISCORD_TOKEN": ""
}
}
}
}