Back to MCP Servers

Discord

A MCP server for the Discord integration. Enable your AI assistants to seamlessly interact with Discord. Enhance your Discord experience with powerful automation capabilities.

communicationdiscordautomationai

Installation

npx -y discord-mcp

Configuration

{
  "mcpServers": {
    "discord-mcp": {
      "command": "npx",
      "args": ["-y", "discord-mcp"]
    }
  }
}

How to use

  1. Run the installation command above (if needed)
  2. Open your Claude Code settings file (~/.claude/settings.json)
  3. Add the configuration to the mcpServers section
  4. Restart Claude Code to apply changes
View source on GitHub