Skip to content
Cline

omnicord for Cline

io.github.orygnscode/omnicord

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

client:Cline transport:stdio runtime:npm

Install omnicord in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.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>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

omnicord in other clients