Discord
Read messages, post to channels, manage server members. Useful for community moderators and gamedev teams.
Delv Safety Grade: C
Score 58/100 · assessed 2026-04-28
This community-built Discord MCP server connects Claude to Discord's API using a bot token, enabling message reading, channel posting, and member management. The maintainer 'v-3' appears to be a solo developer with limited public profile, raising bus factor concerns. The server requires a Discord bot token with potentially broad permissions depending on how the bot is configured in your Discord workspace. Installation appears to be clone-and-build with no package registry distribution, weakening supply chain assurance. Permissions are moderately scoped to Discord operations but include both read and write capabilities across messages and member management. The functionality is straightforward and well-described, but the combination of a single maintainer, manual installation, and powerful Discord access creates meaningful risk. No known security incidents, but the token-based access model means compromise could expose your entire Discord workspace. Suitable for non-critical Discord automation with careful token scoping.
Lethal Trifecta (prompt-injection exposure)
TRIFECTA RISKServers full of strangers + DMs + outbound. Trifecta with extra steps; bot tokens often have admin scope.
Green flags
- Straightforward Discord API integration with clear use case
- Open source repository allows code inspection
- No known security incidents or malicious behaviour
- Scoped to Discord domain only, no filesystem or shell access
- Editorial review confirms expected behaviour with no surprises
Red flags
- Solo maintainer 'v-3' with limited public profile or track record
- No package distribution, appears to require manual clone-and-build install
- Discord bot token grants potentially broad workspace access if misconfigured
- Member management capabilities could enable privilege escalation in Discord
- No apparent rate limiting or audit logging mentioned
Permissions requested
Review
Install this if you moderate Discord servers or run a team that coordinates there. It's a clean, functional bridge between Claude and Discord's API. Skip it if you're not a regular Discord user or if you're looking for advanced bot features like reaction handling or voice channel management.
Good at
- Reads and posts to Discord without leaving Claude Desktop, which saves time if you're already working in Claude.
- Handles basic moderation tasks like checking member lists or posting announcements programmatically.
- No external dependencies beyond a Discord bot token, so it's straightforward once the bot is set up.
- Works reliably for small to medium workloads without hitting rate limits in normal use.
Watch out
- Requires you to set up a Discord bot manually, which isn't explained in the repo and assumes you know your way around the Developer Portal.
- Limited to text-based operations, no support for reactions, voice channels, or advanced bot features.
- Heavy use will hit Discord's API rate limits, so it's not suitable for high-frequency automation.
- Only supports Claude Desktop and Cursor officially, so other MCP hosts need manual configuration.
Getting started
Works with
Similar MCPs
- Bluesky Social MCPFull Bluesky control over the atproto client, covering profiles, feeds, posts, follows, and interactions.
- TwilioSend SMS, manage phone numbers, query call logs. The standard for voice/SMS workflows from inside an agent.
- GmailRead, search, send, label Gmail messages from Claude. Note: original repo archived March 2026; community forks may be more current.
- ResendResend's official MCP for transactional email. Send, list, schedule from Claude — straightforward, fast, well-documented.