Description

Interact with Discord servers, channels, and messages. Send messages, manage channels, and monitor activity.

Installation

npx -y @discord/mcp-server
npm install @discord/mcp-server
git clone https://github.com/v-3/discordmcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "discord-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "@discord/mcp-server"
      ]
    }
  }
}