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. 91 installs a week from pypi. Last commit 12 Aug 2026.

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

Installs per day peak 275 · avg 22 · +2% w/w
a month agotoday
91
Installs / week
pypi · jaimenbell-discord-mcp
0
Stars
0 open issues
12 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

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

Alternatives to Discord MCP

same job, measured the same way
Gmail Attachments MCP
by zayansalman

Minimal MCP server for downloading Gmail attachments to disk. Read-only OAuth by default.

69 installs/wk local only
Slack
by pulsemcp

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

884 installs/wk local only
Discord MCP
by pasympa

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

615 installs/wk local only
Gmail MCP
by a1-x-tech

MCP server for the Gmail API: search, read and send email, manage drafts, labels and the trash.

49 installs/wk local only
Better Email MCP
by n24q02m

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

1 683 installs/wk local only
Apple Contacts
by mgcrea

Search and read Apple Contacts — resolves numbers and emails to names, writes off by default

713 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 installs/wk local only
Kit.com MCP Server
by dancumberland

Agent-optimized MCP server for Kit.com email marketing. 13 composite tools, 100% V4 API.

36 installs/wk 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 pypi package jaimenbell-discord-mcp was installed 91 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 jaimenbell-discord-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use Discord MCP?
The pypi package jaimenbell-discord-mcp was installed 91 times in the last week. Week over week that is +2%. 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 Python 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.