MCP-Discord
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| HTTP_PORT | No | Port for HTTP transport (only if TRANSPORT is http) | 8080 |
| TRANSPORT | No | Transport method: stdio (default) or http | stdio |
| DISCORD_TOKEN | Yes | Discord bot token | |
| SAMPLING_ENABLED | No | Enables bi-directional message sampling | true |
| DEFAULT_MESSAGE_CHUNK_SIZE | No | Max message chunk size for sampling responses | 2000 |
| DEFAULT_RATE_LIMIT_SECONDS | No | Rate limit (seconds) for sampling requests per user | 2 |
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
Features and capabilities supported by this server
Protocol revision2025-11-25
| Capability | Details |
|---|---|
| tools | {} |
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
Each tool targets a distinct Discord entity or action (categories, channels, forums, webhooks, reactions, messages), with clear descriptions that differentiate even similar operations like sending vs. webhook sending.
Tools consistently use the pattern 'discord_verb_noun' (e.g., create_category, delete_message), with only minor deviations like 'login' (bare verb) and 'reply_to_forum' (preposition). Overall highly predictable.
22 tools is on the higher side for a single server; while Discord is complex, the number stretches the ideal 3-15 range and could be pruned (e.g., merging reaction tools).
Covers core CRUD for channels, forums, webhooks, and reactions, but lacks message editing, pinning, member management, or role operations, leaving notable gaps for common Discord interactions.