Discord MCP Model Context Protocol server

Discord MCP

Send messages, manage channels, and read Discord history from your AI assistant.

Discord·
Featured
·No reviews yet
Repo Docs
Share:

About

Discord MCP server lets AI agents interact with Discord workspaces: post messages to text channels, read recent history, list members, manage roles, and react to messages. Ideal for community moderation bots, on-call notifications, and building agents that summarize discussions across servers. Requires a Discord bot token with appropriate intents.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

send_message
Post a message to a channel or user
list_channels
List channels the bot can access
search_messages
Search messages by query and date range

Screenshots

No screenshots yet.

Install Discord MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-discord"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "discord": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-discord"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "discord": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-discord"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.