mcpbeat Sign in

Omnicord MCP Server

local only

Omnicord runs on your own machine — the client starts it, so there is no endpoint to ping. 71 installs a week from npm. Last commit 7 Sep 2026.

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

Installs per day peak 44 · avg 18 · +31% w/w
a month agotoday
71
Installs / week
npm · @orygn/omnicord
8
Stars
0 open issues
7 Sep 2026
Last commit
0 releases in 90 days
License
TypeScript

Nothing serious here today

Today is the operative word: we check Omnicord every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add omnicord -- npx -y @orygn/omnicord
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "omnicord": {
      "args": [
        "-y",
        "@orygn/omnicord"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.omnicord]
command = "npx"
args = ["-y", "@orygn/omnicord"]
.cursor/mcp.json
{
  "mcpServers": {
    "omnicord": {
      "args": [
        "-y",
        "@orygn/omnicord"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "omnicord": {
      "args": [
        "-y",
        "@orygn/omnicord"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: DISCORD_TOKEN (Bot token from the Discord Developer Portal. The init wizard sets this up.), OMNICORD_GUILD (Optional default server id so tools can omit the guild parameter.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Omnicord

same job, measured the same way
I
Discord MCP
by cappyeo

Caller-owned Discord operations for AI agents with 209 typed tools and verifiable guild builds.

637 installs/wk local only
MCP Server Tempmail
by selenium39

MCP server for temporary email management using ChatTempMail API

59 installs/wk local only
TDA Discord Reader
by targeteddesignagency-blip

Discord channel operations for AI agents. Fetch, search, mentions, post. 4 tools.

local only
GuildControl MCP
by lasers-guildcontrol

Safety-first MCP server for Discord with privacy-safe reads, audits, and reviewed administration

local only
Discord MCP
by hypark5540

Safe Discord access for reading guild data and optionally managing bot messages

40 installs/wk local only
Discord Node MCP
by oratorian

MCP server for controlling Discord servers via bot token

44 installs/wk local only
Commune
by shanjai-raj

Email and SMS MCP server for AI agents — 41 tools for inboxes, sending, search, and SMS.

147 installs/wk local only
Agent Safe
by wowcool

Email safety MCP server. Detects phishing, prompt injection, CEO fraud for AI agents.

answering

Omnicord — questions

Answers built from our own checks of this server.

Why is there no uptime for Omnicord?
Omnicord runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @orygn/omnicord was installed 71 times last week.
How do I connect Omnicord?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @orygn/omnicord straight from npm; nothing to host, nothing to sign up for.
How many people use Omnicord?
The npm package @orygn/omnicord was installed 71 times in the last week. Week over week that is +31%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Omnicord open source?
We cannot say either way: written in TypeScript and 8 stars on GitHub, but we could not determine the licence, and without one the code is not open source by default.