A
licenseNot graded
qualityD
maintenanceEnables LLMs to send and read messages in Discord channels, manage servers, channels, and roles via Discord's API.
9 npm
2
MIT
No user-submitted related servers found.
Scored across 8 tools
Each tool targets a distinct operation: listing DMs, getting messages, getting unread, listing channels, listing guilds, resolving user to DM channel, searching, and sending. No two tools have overlapping purposes.
All tools follow a consistent 'discord_verb_noun' pattern in snake_case, using imperative verbs (get, list, resolve, search, send). No mixing of conventions.
8 tools is well-scoped for a Discord MCP, covering essential read operations (messages, channels, guilds) and sending. Not excessive nor too sparse.
Covers core reading and sending, but lacks update/delete message operations and guild management. Minor gaps that agents can work around.