Mmcp.market

Discord MCP server

by PaSympa·io.github.PaSympa/discord-mcp·v2.2.0

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

B83/100grade B
What users say
No reviews yet
Be the first
Safety scan
B83/100

full report

Adoption
Growing

21 stars462 downloads/wk

Reviews

Write one

Nobody has reviewed Discord yet.

If you have run it, two minutes of your experience saves the next person an afternoon.

Discord tools

No tool declarations could be read from the package source. They show once the server is installed.

Public scan report

scanner v0.1.9 · 2026-09-20 · same rubric, same numbers if you re-run it

no findings
  • Code scan47 source files scanned25/25
  • Live reliabilityno gateway calls yet and no remote to proben/a
  • Tool poisoningtools not inspected (local package is not executed); not countedn/a
  • Auth qualitystatic API keys via environment variables6/15
  • Maintenancelast push 5 days ago15/15
  • Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
Overall 83/100. Components that don't apply are left out of the denominator. Any critical finding is an F.RubricAppeal a findingJSON

What the publisher says

From the Discord repository's README, as published. We do not edit it. Read it on GitHub

Discord MCP Server

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

Manage your entire Discord server from Claude Desktop, Claude Code, Cursor, VS Code Copilot, or any MCP-compatible client. Messages, channels, roles, permissions, moderation, forums, webhooks, all through natural language.

Why this one?

  • 95+ tools: messages, channels, roles, permissions, moderation, forums, webhooks, scheduled events, invites, DMs, embeds, and more
  • Multi-guild: works across multiple servers, no GUILD_ID lock-in
  • Lightweight: TypeScript + Node.js, ~70kB package, ~73MB Docker image (vs 400MB+ for Java alternatives)
  • Modular: clean architecture, easy to extend with new tools
  • Two install methods: npm or Docker, your choice

Quick Start

Add this to your MCP client config and replace YOURTOKENHERE with your bot token:

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": ["-y", "@pasympa/discord-mcp"],
      "env": {
        "DISCORD_TOKEN": "YOUR_TOKEN_HERE"
      }
    }
  }
}

No install needed, npx handles everything.

Don't have a bot yet? See Creating Your Discord Bot.

Configuration

Claude Desktop

Add the config above to your claudedesktopconfig.json:

  • macOS: ~/Library/Application Support/Claude/claudedesktopconfig.json
  • Windows: %APPDATA%\Claude\claudedesktopconfig.json

Restart Claude Desktop after saving.

Claude Code

claude mcp add discord -e DISCORD_TOKEN=YOUR_TOKEN_HERE -- npx -y @pasympa/discord-mcp

Cursor

Add the config above to ~/.cursor/mcp.json. See Cursor MCP docs for details.

VS Code / GitHub Copilot

Add to your .vscode/mcp.json:

{
  "inputs": [
    {
      "type": "promptString",
      "id": "discord-token",
      "description": "Discord Bot Token",
      "password": true
    }
  ],
  "servers": {
    "discord": {
      "command": "npx",
      "args": ["-y", "@pasympa/discord-mcp"],
      "env": {
        "DISCORD_TOKEN": "${input:discord-token}"
      }
    }
  }
}

See VS Code MCP docs for details.

Docker

{
  "mcpServers": {
    "discord": {
      "command": "docker",
      "args": [
        "run",
        "--rm",
        "-i",
        "-e",
        "DISCORD_TOKEN=YOUR_TOKEN_HERE",
        "pasympa/discord-mcp:latest"
      ]
    }
  }
}

From source

git clone https://github.com/PaSympa/discord-mcp
cd discord-mcp
npm install && npm run build
{
  "mcpServers": {
    "discord": {
      "command": "node",
      "args": ["/absolute/path/to/discord-mcp/dist/index.js"],
      "env": {
        "DISCORD_TOKEN": "YOUR_TOKEN_HERE"
      }
    }
  }
}

.env file (alternative)

Shortened. The full README is on GitHub.

Nothing above is checked by us. What we check is on the safety report.

Install directly

Runs npx -y @pasympa/discord-mcp on your machine. Read the scan report first; the gateway never runs local packages.

claude mcp add discord-mcp -- npx -y @pasympa/discord-mcp
Add to Cursor

Discord: common questions

Is Discord MCP server safe?
Mostly: it is graded B (83/100). Read the Discord safety report
How do I install Discord?
It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
Does Discord need an API key?
Yes. The registry entry asks for DISCORD_TOKEN.
Is Discord maintained?
The last commit was 5 days ago (2026-09-15). The latest release is v2.2.0.
What can I use instead of Discord?
Servers from other publishers that do the same job: Discord MCP server.

Alternatives to Discord

Same job from other publishers: the closest match first, then the best rated.

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

More from PaSympa