Omnicord - Discord server management MCP for AI agents
Rank #4,714io.github.OrygnsCode/omnicord
Discord server management MCP for AI agents: chat, moderation, admin, and full server building.
Omnicord - Discord server management MCP for AI agents is a Model Context Protocol (MCP) server published by orygnscode. It ranks #4,714 of 115,591 servers tracked on MCP Toplist, and its repository has 7 GitHub stars. Omnicord - Discord server management MCP for AI agents is listed across 3 registries — Official MCP, PulseMCP and Glama, with 4 tracked versions. It was first listed on Jun 12, 2026 and most recently updated on Aug 12, 2026.
Ranks ahead of 110,877 of 115,591 servers on MCP Toplist.
Use Omnicord - Discord server management MCP for AI agents
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add omnicord -e "DISCORD_TOKEN=<your DISCORD_TOKEN>" -e "OMNICORD_GUILD=<your OMNICORD_GUILD>" -- npx -y @orygn/omnicordReplace each placeholder with your own value before saving.
[mcp_servers.omnicord]
command = "npx"
args = ["-y", "@orygn/omnicord"]
[mcp_servers.omnicord.env]
DISCORD_TOKEN = "<your DISCORD_TOKEN>"
OMNICORD_GUILD = "<your OMNICORD_GUILD>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"OMNICORD_GUILD": "<your OMNICORD_GUILD>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"OMNICORD_GUILD": "<your OMNICORD_GUILD>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"omnicord": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"OMNICORD_GUILD": "<your OMNICORD_GUILD>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"OMNICORD_GUILD": "<your OMNICORD_GUILD>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"omnicord": {
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<your DISCORD_TOKEN>",
"OMNICORD_GUILD": "<your OMNICORD_GUILD>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.OrygnsCode%2Fomnicord)<a href="https://mcptoplist.com/server/io.github.OrygnsCode%2Fomnicord"><img src="https://mcptoplist.com/badge/io.github.OrygnsCode%2Fomnicord.svg" alt="MCP Toplist: Top 5% of 115,591" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 3 registries
orygnscode
Other servers by orygnscode
View all orygnscode servers →Available versions (4)
| Version | Published |
|---|---|
| 1.3.0 | Aug 12, 2026 |
| 1.2.1 | Aug 3, 2026 |
| 1.1.1 | Jul 7, 2026 |
| 1.0.2 | Jun 12, 2026 |
Frequently asked questions
- Who maintains Omnicord - Discord server management MCP for AI agents?
- Omnicord - Discord server management MCP for AI agents is maintained by orygnscode, which publishes 2 MCP servers (7 total versions) tracked on MCP Toplist.
- Is Omnicord - Discord server management MCP for AI agents listed on the Official MCP Registry?
- Yes — Omnicord - Discord server management MCP for AI agents is listed on the Official MCP Registry, alongside PulseMCP and Glama.
- How many versions does Omnicord - Discord server management MCP for AI agents have?
- MCP Toplist tracks 4 versions of Omnicord - Discord server management MCP for AI agents, most recently published on Aug 12, 2026.
- Where can I find the source code for Omnicord - Discord server management MCP for AI agents?
- The source code for Omnicord - Discord server management MCP for AI agents is hosted at github.com/orygnscode/omnicord.