Discord MCP
Rank #466io.github.cappyeo/discord-mcp
Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.
Discord MCP is a Model Context Protocol (MCP) server published by jhm1909. It ranks #466 of 115,591 servers tracked on MCP Toplist, and its repository has 72 GitHub stars. Discord MCP is listed across 2 registries — Official MCP and Glama, with 18 tracked versions. It was first listed on Apr 28, 2026 and most recently updated on Aug 30, 2026.
Ranks ahead of 115,125 of 115,591 servers on MCP Toplist.
Use Discord MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add discord-mcp -e "DISCORD_TOKEN=<your DISCORD_TOKEN>" -e "DISCORD_EXPECTED_BOT_ID=<your DISCORD_EXPECTED_BOT_ID>" -e "ALLOWED_GUILDS=<your ALLOWED_GUILDS>" -- npx -y @discord-mcp/cliReplace each placeholder with your own value before saving.
[mcp_servers.discord-mcp]
command = "npx"
args = ["-y", "@discord-mcp/cli"]
[mcp_servers.discord-mcp.env]
DISCORD_TOKEN = "<your DISCORD_TOKEN>"
DISCORD_EXPECTED_BOT_ID = "<your DISCORD_EXPECTED_BOT_ID>"
ALLOWED_GUILDS = "<your ALLOWED_GUILDS>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": [
"-y",
"@discord-mcp/cli"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"DISCORD_EXPECTED_BOT_ID": "<your DISCORD_EXPECTED_BOT_ID>",
"ALLOWED_GUILDS": "<your ALLOWED_GUILDS>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": [
"-y",
"@discord-mcp/cli"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"DISCORD_EXPECTED_BOT_ID": "<your DISCORD_EXPECTED_BOT_ID>",
"ALLOWED_GUILDS": "<your ALLOWED_GUILDS>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"discord-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@discord-mcp/cli"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"DISCORD_EXPECTED_BOT_ID": "<your DISCORD_EXPECTED_BOT_ID>",
"ALLOWED_GUILDS": "<your ALLOWED_GUILDS>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": [
"-y",
"@discord-mcp/cli"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"DISCORD_EXPECTED_BOT_ID": "<your DISCORD_EXPECTED_BOT_ID>",
"ALLOWED_GUILDS": "<your ALLOWED_GUILDS>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"discord-mcp": {
"command": "npx",
"args": [
"-y",
"@discord-mcp/cli"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"DISCORD_EXPECTED_BOT_ID": "<your DISCORD_EXPECTED_BOT_ID>",
"ALLOWED_GUILDS": "<your ALLOWED_GUILDS>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.cappyeo%2Fdiscord-mcp)<a href="https://mcptoplist.com/server/io.github.cappyeo%2Fdiscord-mcp"><img src="https://mcptoplist.com/badge/io.github.cappyeo%2Fdiscord-mcp.svg" alt="MCP Toplist: Top 1% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
jhm1909
Other servers by jhm1909
View all jhm1909 servers →Available versions (18)
| Version | Published |
|---|---|
| 0.26.0 | Aug 30, 2026 |
| 0.25.1 | Aug 30, 2026 |
| 0.25.0 | Aug 28, 2026 |
| 0.24.0 | Aug 27, 2026 |
| 0.23.0 | Aug 14, 2026 |
| 0.22.0 | Aug 14, 2026 |
| 0.19.0 | Aug 13, 2026 |
| 0.18.1 | Aug 10, 2026 |
| 0.18.0 | Aug 9, 2026 |
| 0.17.0 | Aug 9, 2026 |
| 0.16.10 | Aug 8, 2026 |
| 0.16.6 | Aug 7, 2026 |
| 0.16.5 | Aug 4, 2026 |
| 0.16.3 | Aug 3, 2026 |
| 0.16.0 | Aug 3, 2026 |
| 0.14.4 | Aug 3, 2026 |
| 0.14.0 | Aug 2, 2026 |
| 0.13.2 | Aug 1, 2026 |
Frequently asked questions
- Who maintains Discord MCP?
- Discord MCP is maintained by jhm1909, which publishes 2 MCP servers (20 total versions) tracked on MCP Toplist.
- Is Discord MCP listed on the Official MCP Registry?
- Yes — Discord MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does Discord MCP have?
- MCP Toplist tracks 18 versions of Discord MCP, most recently published on Aug 30, 2026.
- Where can I find the source code for Discord MCP?
- The source code for Discord MCP is hosted at github.com/jhm1909/discord-mcp.