discordmcp

v-3/discordmcp
★ 186 stars TypeScript 🤖 AI/LLM Updated 1mo ago
Discord MCP Server for Claude Integration
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": {
    "discordmcp": {
      "command": "npx",
      "args": [
        "-y",
        "v-3/discordmcp"
      ]
    }
  }
}