Discord MCP (barryyip0625)
CommunicationDiscord MCP server enabling AI assistants to interact with the Discord platform.
Manual configuration
Add this to your Claude Code settings.json (or .claude/settings.json in your project):
{
"mcpServers": {
"discord-mcp-barryyip": {
"command": "npx",
"args": [
"-y",
"mcp-discord"
]
}
}
}