Skip to content
Cursor

Discord MCP for Cursor

io.github.cappyeo/discord-mcp

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

client:Cursor transport:stdio runtime:npm

Install Discord MCP in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

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

{
  "mcpServers": {
    "discord-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@discord-mcp/cli"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>",
        "DISCORD_EXPECTED_BOT_ID": "<DISCORD_EXPECTED_BOT_ID>",
        "ALLOWED_GUILDS": "<ALLOWED_GUILDS>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Discord MCP in other clients