mcpbeat Sign in

Discord MCP Server

local only

Discord MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 40 installs a week from pypi. Last commit 22 Jul 2026.

Safe Discord access for reading guild data and optionally managing bot messages

Installs per day peak 27 · avg 5 · +56% w/w
a month agotoday
40
Installs / week
npm · @hypark5540/discord-mcp
0
Stars
0 open issues
22 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 22 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add discord-mcp -- npx -y @hypark5540/discord-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@hypark5540/discord-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.discord-mcp]
command = "npx"
args = ["-y", "@hypark5540/discord-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@hypark5540/discord-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@hypark5540/discord-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DISCORD_TOKEN (Discord bot token), DISCORD_ENABLE_WRITES (Expose message send and edit tools), DISCORD_ENABLE_DELETES (Expose the own-message delete tool; writes must also be enabled), DISCORD_ALLOW_UNRESTRICTED_WRITES (Permit writes without a guild or channel allowlist), DISCORD_ALLOWED_GUILD_IDS (Comma-separated Discord guild IDs), DISCORD_ALLOWED_CHANNEL_IDS (Comma-separated Discord channel IDs), DISCORD_MAX_RESPONSE_CHARS (Maximum serialized MCP response size in characters). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Discord MCP

same job, measured the same way
Omnicord
by orygnscode

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

71 installs/wk local only
Discord
by mcp-dir

Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c

21 tools answering
Slack
by pulsemcp

MCP server for Slack — read/write messages, manage threads, and react to messages.

884 installs/wk local only
GuildControl MCP
by lasers-guildcontrol

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

local only
I
Discord MCP
by cappyeo

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

637 installs/wk local only
Discord RPC MCP
by ver-1000000

Read Discord channels, follow new messages and control calls from your AI assistant.

local only
Outbox
by fieldcure

Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.

local only
NordicMCP — Google Mail
by nordicmcp

Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.

answering

Discord MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Discord MCP?
Discord MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @hypark5540/discord-mcp was installed 40 times last week.
How do I connect Discord MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @hypark5540/discord-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Discord MCP?
The npm package @hypark5540/discord-mcp was installed 40 times in the last week. Week over week that is +56%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Discord MCP open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.