Odel
discord node mcp

discord node mcp

Local
@oratorianTypeScriptMITUpdated 7mo ago

MCP server for controlling Discord servers via bot token

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@mahesvara/discord-mcpserverv1.1.4

Run

npx -y @mahesvara/discord-mcpserver

MCP client config

{
  "mcpServers": {
    "discord-node-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mahesvara/discord-mcpserver"
      ]
    }
  }
}