Loading MCP server directory, please wait...
MCP server for controlling Discord servers via bot token
npx @getmcp/cli add io.github.Oratorian/discord-node-mcpRequires Node.js 18+. Community-contributed server. Review source before installing.
DISCORD_BOT_TOKENYour Discord bot token
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.Oratorian/discord-node-mcp": {
"command": "npx",
"args": [
"-y",
"@mahesvara/discord-mcpserver"
],
"env": {
"DISCORD_BOT_TOKEN": "",
"TRANSPORT": "stdio",
"PORT": "3000",
"HOST": "localhost"
}
}
}
}