Back to Apps

Discord Ops
by bookedsolidtech
Agency-grade Discord management with multi-guild project routing, AI-native notifications, and DevOps workflows.
0 stars
Works in:Cursor
Exposes:Tools
What it does
Discord Ops is a high-performance MCP server designed for professional agency workflows. It connects AI agents to Discord with a focus on "project routing," allowing agents to send messages to project-specific channels (e.g., #builds or #alerts) using aliases instead of snowflake IDs. It supports multi-bot personas and complex notification routing for CI/CD pipelines.
Tools
send_message: Send branded embeds or plain text with smart project/channel routing.send_embed: Server-side Open Graph metadata unfurling for rich link previews.send_template: Post high-quality messages using 23 built-in DevOps and community templates.notify_owners: Automatically page project owners for critical alerts or releases.purge_messages: Bulk-delete messages for channel cleanup.query_audit_log: Inspect guild audit logs with advanced filtering.set_permissions: Manage granular channel permission overrides for roles and members.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"discord-ops": {
"command": "npx",
"args": ["-y", "discord-ops@latest"],
"env": {
"DISCORD_TOKEN": "your-bot-token"
}
}
}
}
Supported hosts
- Claude Desktop
- Claude Code
Quick install
npm install -g discord-opsInformation
- Pricing
- free
- Published
- 7/2/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Add to mcp.json entry in ~/.cursor/ or project .cursor/Claude Desktop
{
"mcpServers": {
"discord-ops": {
"command": "npx",
"args": ["-y", "discord-ops@latest"],
"env": {
"DISCORD_TOKEN": "your-bot-token"
}
}
}
}





