discord-node-mcp
About
MCP server for controlling Discord servers via bot token
Use this server
Add it to your MCP client. The catalogue lists this config verbatim from its source — it does not run, download, or vouch for the server. Review the command before you run it.
Transportstdio (runs a local command)
Env vars
DISCORD_BOT_TOKEN TRANSPORT PORT HOSTClaude Code
claude mcp add --env DISCORD_BOT_TOKEN= --env TRANSPORT= --env PORT= --env HOST= discord-node-mcp -- npx @mahesvara/discord-mcpserver
Cursor
If the button doesn't open Cursor, use the JSON below — Cursor accepts the same mcpServers config.
VS Code
code --add-mcp '{"name":"discord-node-mcp","command":"npx","args":["@mahesvara/discord-mcpserver"],"env":{"DISCORD_BOT_TOKEN":"","TRANSPORT":"","PORT":"","HOST":""}}'
JSON
{
"mcpServers": {
"discord-node-mcp": {
"command": "npx",
"args": [
"@mahesvara/discord-mcpserver"
],
"env": {
"DISCORD_BOT_TOKEN": "",
"TRANSPORT": "",
"PORT": "",
"HOST": ""
}
}
}
}
Environment variables are listed by name only — fill in your own values. Entries never carry secrets.