discord-mcp
Related Servers
Alternatives to discord-mcp
No user-submitted related servers found.
Related Servers
- FlicenseAqualityDmaintenanceEnables direct interaction with Discord servers to send messages, read channel history, and post rich embeds through natural conversation. It provides tools for listing channels and managing communication within Discord guilds using the Model Context Protocol.4-
- AlicenseNot gradedqualityCmaintenanceEnables interaction with Discord through the Model Context Protocol, providing access to all Discord features like channels, messages, threads, reactions, and roles. Supports secure Discord bot operations with rate limiting, caching, and comprehensive API coverage for OpenAI, LangChain, and other MCP clients.MIT
- AlicenseAqualityCmaintenanceEnables AI assistants to interact with Discord through the REST API, supporting message reading and sending, channel and guild management, threads, pins, and reactions.17MIT
- FlicenseNot gradedqualityDmaintenanceEnables LLMs to read messages, discover channels, send messages, and monitor Discord communities using the Discord HTTP API.-
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to interact with Discord through the REST API and real-time events, supporting message management, user info, channel operations, and more with security controls.61MIT
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to send and read messages in Discord channels, manage servers, channels, and roles via Discord's API.372MIT
TDQS
Scored across 209 tools
Per-tool descriptions are exemplary with explicit 'When NOT to use' guidance, but at 209 tools there are genuine redundancies: voice_list_regions/guild_list_voice_regions return nearly identical data, templates_get/templates_inspect overlap heavily, and templates_recommend/guild_blueprint_compile both internally select a primary template plus inspirations from the same catalog. The global/guild, with_token, and current/user paired variants multiply the surface and require careful reading to distinguish.
The dominant resource_verb convention (channels_list, members_ban, roles_modify, webhooks_execute) is applied impressively consistently across most of the 209 tools. Deviations exist: messages_read breaks the list/get pattern, mcp_pipeline and intelligence_* fit no resource convention, and voice_get_current_user_state vs guild_modify_current_voice_state split related operations across different prefixes.
209 tools is far beyond the already-heavy 25+ threshold and into the extreme range, even accounting for Discord's large API. The count is inflated by redundant pairs (duplicate voice region tools), adjacent suites (blueprint pipeline, intelligence suite, mcp_pipeline meta-tool), and niche monetization endpoints (SKUs, subscriptions, entitlements) that most agent workflows will never touch.
The server covers essentially the entire Discord REST surface with full CRUD lifecycles across channels, messages, members, roles, webhooks, commands, AutoMod, events, stickers, emojis, and more. Gaps exist: invites_list_channel references a missing guild_list_invites tool, standalone thread creation is deferred 'once available', and there's no dedicated file/attachment upload tool for bot messages.