Your AI runs your Discord server: chat, moderation, admin, even building it all from one brief.
Omnicord MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. Your AI runs your Discord server: chat, moderation, admin, even building it all from one brief.
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.
Once Omnicord is connected, these are the calls the assistant has available:
Area — ExamplesMessaging — Send, edit, pin, forward, react, polls, scheduled messages, DMs, webhooksReading — Channel history, full-text message search, members, roles, permissions, audit logModeration — Timeouts, kicks, bans, bulk actions, and prune, all preview first, plus raid lockdown to pause invites and DMsAutoMod — Discord's server side filters: keyword rules, Discord maintained preset lists (slurs, profanity), member profile checks, spam and mention floodStructure — Channels, categories, permission overwrites, reordering, cloning, voice channel statusCommunity — Events (one-off or recurring), stages, threads, forums, invites, welcome screen, onboardingExpression — Emojis, stickers, soundboard soundsDiagnostics — Setup check, bot info, rate limit status, permission explainersVariable — What it doesDISCORD_TOKEN — The bot token. Required for anything real; the server boots without it and the diagnostics explain what to fixOMNICORD_GUILD — Optional default server ID so tools can omit the guild parameterYou will need 3 environment variables: DISCORD_TOKEN, OMNICORD_HTTP_TOKEN, OMNICORD_HTTP_HOST. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Being a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
This sits in the team communication group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. Omnicord's toolset — Area, Messaging, Reading and 11 more — is a fair guide to whether it matches your workflow. It is maintained by OrygnsCode; worth a glance at recent repository activity before you build anything load-bearing on it.
This entry was verified against Omnicord's own documentation before publication; SyncDev keeps the directory reviewed rather than auto-generated.
| Tool | What it does |
|---|---|
| Area | Examples |
| Messaging | Send, edit, pin, forward, react, polls, scheduled messages, DMs, webhooks. |
| Reading | Channel history, full-text message search, members, roles, permissions, audit log. |
| Moderation | Timeouts, kicks, bans, bulk actions, and prune, all preview first, plus raid lockdown to pause invites and DMs. |
| AutoMod | Discord's server side filters: keyword rules, Discord maintained preset lists (slurs, profanity), member profile checks, spam and mention flood limits. |
| Structure | Channels, categories, permission overwrites, reordering, cloning, voice channel status. |
| Community | Events (one-off or recurring), stages, threads, forums, invites, welcome screen, onboarding. |
| Expression | Emojis, stickers, soundboard sounds. |
| Diagnostics | Setup check, bot info, rate limit status, permission explainers. |
| Variable | What it does |
| DISCORD_TOKEN | The bot token. Required for anything real; the server boots without it and the diagnostics explain what to fix. |
| OMNICORD_GUILD | Optional default server ID so tools can omit the guild parameter. |
| OMNICORD_SAFE_MODE | Default on. Destructive tools preview first and require a confirm token; set to false only for trusted automation. |
| OMNICORD_GATEWAY | Default on when a token is set: the bot shows as online and real time event subscriptions work. Set to off for REST only operation. |
{
"mcpServers": {
"omnicord": {
"command": "node",
"args": ["/absolute/path/to/dist/index.js"]
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| DISCORD_TOKEN | Credential the server authenticates with. | Yes |
| OMNICORD_HTTP_TOKEN | Credential the server authenticates with. | Yes |
| OMNICORD_HTTP_HOST | Endpoint or connection string the server talks to. | Optional |
Your assistant inside the workspace — read channels, search history, post messages and tame the noise.
Inbox intelligence — search, read, draft and send Gmail through your assistant with OAuth auto-setup.
Read and write Jira, Confluence, Bitbucket, JSM and Compass from your AI client — with your own permissions.
Read and send Telegram messages through your assistant — chats, channels and history via the client API.
Enables Discord bot integration with Model Context Protocol (MCP) compatible applications like Claude Desktop.
Exposes REST APIs defined by OpenAPI specifications as Model Context Protocol (MCP) tools, facilitating seamless integration into MCP-based workflows.