Skip to content
Grok

omnicord for Grok

io.github.orygnscode/omnicord

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

client:Grok transport:stdio runtime:npm

Install omnicord in Grok

.mcp.json (in your project root)

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

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

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

omnicord in other clients