Back to MCP Servers
Discord Server
Interact with Discord servers, channels, and messages for community management and automation
discordchatcommunitymessaging
By Community
Installation
npm install -g discord-mcp-serverConfiguration
{
"mcpServers": {
"discord": {
"command": "npx",
"args": ["-y", "discord-mcp-server"],
"env": {
"DISCORD_BOT_TOKEN": "your-discord-bot-token"
}
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes