Discord (Docker) MCP Server
CommunityContributed 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
{
"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"
}
}
]
}
}Categories
Tags
Supported AI Clients
The Discord (Docker) MCP server works with all MCP-compatible AI clients through McpMux:
Related MCP Servers
Slack (Docker)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via Docker container.
Slack (npx)
Send and read Slack messages, manage channels, list users, add reactions, and interact with your Slack workspace via npx.
Google Workspace (uvx)
Access Gmail, Google Calendar, Drive, Docs, Sheets, Slides, Forms, Tasks, Contacts, Chat, and Apps Script from a single MCP server. 100+ operations across all Google Workspace services.
Businys
221 MCP tools across 26 practices for independent professionals. Manage clients, bookings, invoices, contracts, programs, sessions, and more. Open platform with full data export on all paid tiers.
Freshdesk (uvx)
Interact with Freshdesk customer support. Manage tickets, conversations, contacts, companies, agents, and ticket fields through the Freshdesk API.
Front
Connect to Front's customer communication platform through its official hosted remote MCP server. Read and act on conversations, inboxes, contacts, tags, and teammates: search and read conversations, add comments and tags, and draft replies. Authenticates via OAuth in your browser, no local setup required.
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.