McpMux
Back to Registry

Discord (Docker) MCP Server

Community

Contributed by SaseQ

Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers — all in an isolated container.

About the Discord (Docker) MCP Server

The Discord (Docker) MCP server is a local (stdio) Model Context Protocol server available in the McpMux registry. Control a Discord bot via Docker. Send and manage messages, administer channels, categories, roles, webhooks, forums, invites, scheduled events, and emojis, plus moderation actions across your servers — all in an isolated container. This is a community-contributed MCP server by SaseQ.

Install the Discord (Docker) MCP server with one click using McpMux. It works with Cursor, Claude Desktop, Claude Code, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible AI client. This server requires an API key — McpMux securely stores your credentials with AES-256-GCM encryption.

Transport Configuration

Transport Configuration
{
  "type": "stdio",
  "command": "docker",
  "args": [
    "run",
    "-i",
    "--rm",
    "-e",
    "DISCORD_TOKEN",
    "saseq/discord-mcp"
  ],
  "env": {
    "DISCORD_TOKEN": "${input:DISCORD_TOKEN}"
  },
  "metadata": {
    "inputs": [
      {
        "id": "DISCORD_TOKEN",
        "label": "Discord Bot Token",
        "description": "Bot token used to authenticate the Discord bot. The bot must be invited to your server with the permissions required for the actions you want to perform.",
        "type": "text",
        "required": true,
        "secret": true,
        "placeholder": "************************************************",
        "obtain": {
          "url": "https://discord.com/developers/applications",
          "instructions": "1. Open the Discord Developer Portal\n2. Create a new Application (or select an existing one)\n3. Go to the Bot tab and add a bot\n4. Click Reset Token and copy the bot token\n5. Enable the Message Content and Server Members privileged intents if needed\n6. Invite the bot to your server via OAuth2 > URL Generator with the required scopes and permissions",
          "button_label": "Open Developer Portal"
        }
      }
    ]
  }
}
Details
TransportLocal (stdio)
Hostinglocal
AuthAPI Key
Capabilities
Tools

Categories

Tags

discordcommunicationchatbotmessagingmoderationdocker

Supported AI Clients

The Discord (Docker) MCP server works with all MCP-compatible AI clients through McpMux:

CursorClaude DesktopClaude CodeVS CodeChatGPTWindsurfJetBrainsZedClineGemini CLIAmazon Q

Related MCP Servers

Install Discord (Docker) with McpMux

One-click install from the McpMux desktop app. Auto-configures for Cursor, Claude, VS Code, ChatGPT, Windsurf, JetBrains, and any MCP-compatible client.