mcp-discord
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
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_server_infoC | Get information about a Discord server |
| get_channelsC | Get a list of all channels in a Discord server |
| list_membersC | Get a list of members in a server |
| add_roleC | Add a role to a user |
| remove_roleC | Remove a role from a user |
| create_text_channelC | Create a new text channel |
| delete_channelC | Delete a channel |
| add_reactionC | Add a reaction to a message |
| add_multiple_reactionsC | Add multiple reactions to a message |
| remove_reactionC | Remove a reaction from a message |
| send_messageC | Send a message to a specific channel |
| read_messagesC | Read recent messages from a channel |
| get_user_infoC | Get information about a Discord user |
| moderate_messageB | Delete a message and optionally timeout the user |
| list_serversA | Get a list of all Discord servers the bot has access to with their details such as name, id, member count, and creation date. |
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 15 tools
Each tool has a clearly distinct purpose with no ambiguity. For example, add_reaction and remove_reaction are complementary opposites, while moderate_message handles message deletion and user timeouts separately from delete_channel. The tools cover different Discord resources (channels, messages, reactions, roles, servers, users) with specific actions.
All tools follow a consistent verb_noun naming pattern throughout. Examples include get_channels, send_message, create_text_channel, and remove_role. There are no deviations in style or convention, making the tool set predictable and easy to understand.
With 15 tools, this server is well-scoped for Discord management. Each tool earns its place by covering essential operations like channel management, message handling, role assignment, and server/user information retrieval. The count is appropriate for the domain without being overwhelming.
The tool set provides comprehensive coverage for core Discord bot operations, including CRUD for channels, messages, reactions, and roles, along with read operations for servers and users. Minor gaps exist, such as no tool for editing messages or updating channel details, but agents can work around these with the available tools.