cursor-discord-channels
Provides tools for interacting with Discord channels, including sending replies, fetching messages, and access control, enabling AI agents to manage Discord conversations.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@cursor-discord-channelsFetch recent messages from #general channel"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
cursor-discord-channels
Claude Code --channels plugin:discord for Cursor — always-on Discord agents on your own server (droplet, VPS, or local).
Problem
GeniusTeam runs four always-on agents (Bill, Lucy, Andrej, Jackie) on a DigitalOcean droplet via:
claude --channels plugin:discord@claude-plugins-official --dangerously-skip-permissionsCursor has Discord MCP tools in the IDE (ported from claude-plugins-official), but no headless channels bridge for cursor agent on a server. This repo fills that gap.
Related MCP server: Discord Bridge MCP Server
What exists vs what's missing
Layer | Status |
Discord MCP ( | ✅ Port from lilyzhng/claude-plugins-official fork |
Inbound push (Discord → agent session) | ❌ This repo |
Headless | ⚠️ Validate on droplet ( |
Multi-agent fleet routing | 🔜 Phase 2 (port fleet-discord ideas) |
Docs
PLAN.md — phases, milestones, success criteria
docs/REPLICATION_SPEC.md — architecture, components, API surface
Status
MVP in progress — bridge daemon + ported MCP server. Phase 0 droplet validation pending.
Quick start (local)
git clone https://github.com/lilyzhng/cursor-discord-channels.git
cd cursor-discord-channels
npm install
# ~/.cursor/channels/discord/.env
# DISCORD_BOT_TOKEN=...
cursor agent login # subscription OAuth — NOT API key (see docs/AUTH.md)
# Copy MCP config into your agent repo
cp examples/mcp.json /path/to/your-repo/.cursor/mcp.json
# Edit cwd in mcp.json to this repo path
export CURSOR_CWD=/path/to/your-repo
npm run bridgeSee PLAN.md for phases.
Related
Lily's Discord fork: lilyzhng/claude-plugins-official (
trustedBots,groups["*"])GeniusTeam droplet setup:
GeniusTeam/scripts/sync-discord-plugin.sh,genius-builder.serviceClosest prior art: cursor-claw (editor-first, slash commands — not drop-in)
License
MIT
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/lilyzhng/cursor-discord-channels'
If you have feedback or need assistance with the MCP directory API, please join our Discord server