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. 615 installs a week from npm. Last commit 16 Sep 2026.

A lightweight, multi-guild Discord MCP server with 95+ tools

Installs per day peak 242 · avg 94 · +46% w/w
a month agotoday
615
Installs / week
npm · @pasympa/discord-mcp
21
Stars
0 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Discord MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 @pasympa/discord-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@pasympa/discord-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.discord-mcp]
command = "npx"
args = ["-y", "@pasympa/discord-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@pasympa/discord-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "discord-mcp": {
      "args": [
        "-y",
        "@pasympa/discord-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DISCORD_TOKEN (Discord bot token). 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
Better Email MCP
by n24q02m

IMAP/SMTP MCP server for Email with composite tools. Multi-account, auto-discovery.

1 683 installs/wk 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 MCP
by jaimenbell

MCP server for the Discord REST API: 5 read tools always on, 7 write tools env-gated, default off.

91 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 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
Outbox
by fieldcure

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

local only
Email MCP
by codefuturist

IMAP/SMTP email MCP server — 47 tools, IMAP IDLE push, multi-account, AI triage.

1 393 installs/wk local only
Dis Servers MCP
by rocnubie

Discover game Discord servers with direct invites, first-party source proof, platform details

local only

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 @pasympa/discord-mcp was installed 615 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 @pasympa/discord-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Discord MCP?
The npm package @pasympa/discord-mcp was installed 615 times in the last week. Week over week that is +46%. 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 21 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.