omnicord for Cursor
io.github.orygnscode/omnicord
Discord server management MCP for AI agents: chat, moderation, admin, and full server building.
client:Cursor
transport:stdio
runtime:npm
Install omnicord in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"omnicord": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@orygn/omnicord"
],
"env": {
"DISCORD_TOKEN": "<DISCORD_TOKEN>",
"OMNICORD_GUILD": "<OMNICORD_GUILD>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs