MCP-Discord
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_TOKEN | Yes | Your Discord bot token (obtainable from the Discord Developer Portal) |
Instructions
Guidance the server publishes about itself, which clients place ahead of the tool catalog so the model reads it before choosing anything.
This server publishes no instructions, or was last inspected before Glama recorded them.
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discord_create_categoryC | Creates a new category in a Discord server. |
| discord_edit_categoryB | Edits an existing Discord category (name and position). |
| discord_delete_categoryB | Deletes a Discord category by ID. |
| discord_loginB | Logs in to Discord using the configured token |
| discord_sendC | Sends a message to a specified Discord text channel |
| discord_get_forum_channelsA | Lists all forum channels in a specified Discord server (guild) |
| discord_create_forum_postB | Creates a new post in a Discord forum channel with optional tags |
| discord_get_forum_postB | Retrieves details about a forum post including its messages |
| discord_reply_to_forumB | Adds a reply to an existing forum post or thread |
| discord_create_text_channelB | Creates a new text channel in a Discord server with an optional topic |
| discord_delete_channelB | Deletes a Discord channel with an optional reason |
| discord_read_messagesA | Retrieves messages from a Discord text channel with a configurable limit |
| discord_get_server_infoB | Retrieves detailed information about a Discord server including channels and member count |
| discord_add_reactionC | Adds an emoji reaction to a specific Discord message |
| discord_add_multiple_reactionsB | Adds multiple emoji reactions to a Discord message at once |
| discord_remove_reactionB | Removes a specific emoji reaction from a Discord message |
| discord_delete_forum_postC | Deletes a forum post or thread with an optional reason |
| discord_delete_messageB | Deletes a specific message from a Discord text channel |
| discord_create_webhookC | Creates a new webhook for a Discord channel |
| discord_send_webhook_messageB | Sends a message to a Discord channel using a webhook |
| discord_edit_webhookC | Edits an existing webhook for a Discord channel |
| discord_delete_webhookC | Deletes an existing webhook for a Discord channel |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
TDQS
Scored across 22 tools
Every tool has a clearly distinct purpose targeting specific Discord resources and actions, such as discord_add_reaction vs discord_remove_reaction for reactions, discord_create_text_channel vs discord_delete_channel for channels, and discord_send vs discord_send_webhook_message for messaging. There is no overlap or ambiguity in functionality, making tool selection straightforward for an agent.
All tool names follow a consistent snake_case pattern with a 'discord_' prefix and a clear verb_noun structure, such as discord_create_category, discord_delete_message, and discord_get_server_info. This uniformity enhances readability and predictability across the entire tool set.
With 22 tools, the count is borderline high for a Discord server, as it covers many specific operations like reactions, channels, webhooks, and forum posts. While comprehensive, it may feel heavy compared to more focused servers, but it aligns reasonably with Discord's broad API scope.
The tool set provides extensive coverage of Discord's core features, including CRUD operations for channels, categories, webhooks, messages, reactions, and forum posts. Minor gaps exist, such as missing tools for editing messages or managing server roles, but agents can handle most workflows effectively with the available tools.