discord-mcp

mohitejaikumar/discord-mcp
★ 0 stars Python 🔒 Security Updated 1mo ago
A Model Context Protocol (MCP) server that provides Discord integration via OAuth
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

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

Or install with pip: pip install discord-mcp