Skip to content
Claude Desktop

omnicord for Claude Desktop

io.github.orygnscode/omnicord

Discord server management MCP for AI agents: chat, moderation, admin, and full server building.

client:Claude Desktop transport:stdio runtime:npm

Install omnicord in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "omnicord": {
      "command": "npx",
      "args": [
        "-y",
        "@orygn/omnicord"
      ],
      "env": {
        "DISCORD_TOKEN": "<DISCORD_TOKEN>",
        "OMNICORD_GUILD": "<OMNICORD_GUILD>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

omnicord in other clients