Discord MCP (hanweg) Bot
CommunicationMCP server for controlling a Discord bot, sending messages and managing channels.
Quick Install
uvx mcp-discord Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"discord-mcp-bot-hanweg": {
"command": "uvx",
"args": [
"mcp-discord"
]
}
}
}