Skip to content
Cline

discord node mcp for Cline

io.github.oratorian/discord-node-mcp

MCP server for controlling Discord servers via bot token

client:Cline transport:stdio runtime:npm

Install discord node mcp in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "discord-node-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@mahesvara/discord-mcpserver"
      ],
      "env": {
        "DISCORD_BOT_TOKEN": "<DISCORD_BOT_TOKEN>",
        "TRANSPORT": "<TRANSPORT>",
        "PORT": "<PORT>",
        "HOST": "<HOST>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

discord node mcp in other clients