← Back to Plugins
MCP Server MCP

Discord MCP

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y @discord-mcp/[email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "@discord-mcp/cli",
      "version": "0.23.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Discord bot token. The optional Bot prefix is accepted.",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "DISCORD_TOKEN"
        },
        {
          "description": "Expected Discord bot ID. Startup fails if the token belongs to another bot.",
          "format": "string",
          "name": "DISCORD_EXPECTED_BOT_ID"
        },
        {
          "description": "Comma-separated Discord guild IDs this deployment may operate against.",
          "format": "string",
          "name": "ALLOWED_GUILDS"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...