MCP-Discord Stream
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
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_sendA | Sends a message to a specified Discord text channel. Optionally reply to another message by providing its message ID. |
| 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_list_forum_threadsA | Lists all threads (posts) in a Discord forum channel, including both active and archived threads |
| 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 |
| discord_list_serversA | Lists all Discord servers the bot is a member of |
| discord_search_messagesC | Searches for messages in a Discord server |
| discord_read_messages_streamA | Streams messages from a Discord channel with time range filtering (default: last 10 days). Returns all message events including progress updates. |
| discord_read_multiple_channelsA | Streams messages from multiple Discord channels at once. Processes each channel sequentially with time range filtering. |
| discord_get_channel_listA | Lists all channels in a Discord server with optional filtering by channel type (text, voice, forum, etc.) |
| discord_get_forum_post_streamA | Streams all messages from a single forum post/thread with time range filtering (default: last 10 days) |
| discord_archive_forum_streamB | Archives an entire forum channel by streaming all threads and their messages. Includes active and archived threads with time range filtering. |
| discord_archive_multiple_forumsA | Archives multiple forum channels at once. Processes each forum sequentially, collecting all threads and messages. |
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 31 tools
Most tools target distinct resources and actions (create/delete/read/send), but there is overlap among the streaming and reading tools (e.g., read_messages vs read_messages_stream vs read_multiple_channels vs get_forum_post_stream). Descriptions help clarify the differences, though the streaming variants could be confused.
All tool names follow the consistent pattern 'discord_verb_noun', with verbs like create, delete, get, list, read, send, edit, remove, and archive. The convention is uniform and makes the tool's purpose predictable.
At 31 tools, the server exceeds the recommended range and feels heavy. Several tools are near-duplicates (e.g., archive_forum_stream vs archive_multiple_forums, get_forum_post vs get_forum_post_stream), suggesting consolidation would improve the set.
The server covers a broad range of Discord features including channels, categories, messages, reactions, webhooks, and forums. However, it lacks update operations for messages and most channels, and there is no member/role/permission management, leaving notable gaps in the domain.