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
We read the source, 22 h ago · rules 3dff92dd89df
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.
result = subprocess.run(
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
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.
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.
claude mcp add discord-mcp -- npx -y @hypark5540/discord-mcp
{
"mcpServers": {
"discord-mcp": {
"args": [
"-y",
"@hypark5540/discord-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.discord-mcp]
command = "npx"
args = ["-y", "@hypark5540/discord-mcp"]
{
"mcpServers": {
"discord-mcp": {
"args": [
"-y",
"@hypark5540/discord-mcp"
],
"command": "npx"
}
}
}
{
"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.
Discord server management MCP for AI agents: chat, moderation, admin, and full server building.
Connect a Discord bot (bot token from the developer portal) to read/send messages, list guilds and c
MCP server for Slack — read/write messages, manage threads, and react to messages.
Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration
Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.
Read Discord channels, follow new messages and control calls from your AI assistant.
Multi-channel messaging MCP server for Slack, Telegram, Email, KakaoTalk, and Discord.
Hosted Gmail MCP server: read, search, and manage messages. Google OAuth2 handled by NordicMCP.
Answers built from our own checks of this server.