Omnicord MCP Server

Discord server management MCP for AI agents. Omnicord is an MCP server that gives your AI assistant full operational control of a Discord server. Day to day chat, moderation, administration, and at the top end: building out an entire community server from a one paragraph brief. It runs locally over stdio via the published package.

People connecting communication tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-08-12 · ★ 7 · #31 OF 99 MAINTAINED COMMUNICATION · VERIFIED 2026-08-25

NOASSERTION · TypeScript servers · how we verify → /methodology

01 · Install Omnicord

before you install - you'll need

Set DISCORD_TOKEN, OMNICORD_HTTP_TOKEN before connecting.

Claude Code

claude mcp add orygnscode-omnicord -- npx -y @orygn/omnicord

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "orygnscode-omnicord": {
      "command": "npx",
      "args": [
        "-y",
        "@orygn/omnicord"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions

license no standard license detected - usage rights unclear; check the repo before commercial use

npm package @orygn/omnicord - the @orygn scope differs from the repo owner (orygnscode); confirm it's the project's official package

registry namespace io.github.OrygnsCode is GitHub-verified and matches the repo owner

03 · What Omnicord can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v1.3.0 · 2026-08-12

Adds toolsets, so a session can load only the tools it needs, and ships the four application command tools the catalog has specified since it was written. Existing setups are unaffected: with no new configuration the…

v1.2.1 · 2026-08-03

A dependency release. No tool changes and no behavior changes. · Security · Four advisories against packages in the MCP SDK's dependency tree are resolved: fast-uri (high, host confusion via a literal backslash…

v1.2.0 · 2026-07-14

Adds multi-bot support: run several Discord bots, one per server, from a single Omnicord install. This release is purely additive. A single-bot setup behaves exactly as before, down to byte-for-byte identical…

04 · Who maintains Omnicord

omnicord is maintained by orygnscode. We track 2 MCP servers from orygnscode - 2 actively maintained, 14 combined GitHub stars, oldest repo from May 2026. Full record: all servers from orygnscode.

  1. OPA MCP Author, validate, debug, and explain OPA Rego policies through any MCP-compatible client. ★ 7

05 · Facts

category
communication - ranked #31 of 99 actively-maintained communication servers as of 2026-08-25.
release cadence
8 releases in the last 90 days (latest 2026-08-12)
registry
io.github.OrygnsCode/omnicord (active, first published 2026-06-12 · 8 versions)
packages
npm:@orygn/omnicord

06 · Omnicord FAQ

What is Omnicord?

Discord server management MCP for AI agents. Omnicord is an MCP server that gives your AI assistant full operational control of a Discord server. Day to day chat, moderation, administration, and at the top end: building out an entire community server from a one paragraph brief. It runs locally over stdio via the published package.

Is Omnicord still maintained?

Yes - as of 2026-08-25, its last commit was 2026-08-12 and it shipped 8 releases in the last 90 days. We re-verify nightly.

How do I install Omnicord?

Run `npx -y @orygn/omnicord`. The README documents 2 environment variables (DISCORD_TOKEN, OMNICORD_HTTP_TOKEN) to set first. Set DISCORD_TOKEN, OMNICORD_HTTP_TOKEN before connecting. You can also paste the ready-made client config above.

Does Omnicord run locally?

Yes - it's a stdio server: it runs on your machine (via npx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to Omnicord

More communication MCP servers · Datawrapper · Telegram Notify MCP · Discord MCP · Pipes Hub · Slack (pulsemcp)

More TypeScript MCP servers · OPA MCP · Zoteus · Bruno MCP Studio · Otto Travel · Outlit · see all