Discord MCP
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_BOT_TOKEN | Yes | Discord bot token used to authenticate Discord API calls |
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 | {
"listChanged": true
} |
| logging | {} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| extensions | {
"io.modelcontextprotocol/ui": {}
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_guildsA | Fetch all guilds (servers) the bot belongs to. |
| get_guildC | Fetch guild information. |
| get_guild_channelsC | Fetch all channels in a guild. |
| edit_channelC | Modify channel settings. |
| create_channelC | Create a text channel. |
| delete_channelD | Delete a channel. |
| send_messageB | Send a message to a channel. |
| get_messagesC | Fetch recent messages from a channel. |
| edit_messageC | Edit an existing message. |
| get_guild_rolesC | Fetch all roles in a guild. |
| create_roleC | Create a new role in a guild. |
| edit_roleC | Edit an existing role's settings. |
| delete_roleC | Delete a role from a guild. |
| add_member_roleC | Assign a role to a guild member. |
| remove_member_roleC | Remove a role from a guild member. |
| get_guild_membersA | Fetch members of a guild (up to |
| get_guild_memberC | Fetch a single guild member's info. |
| edit_memberC | Edit a guild member (nickname, voice mute/deafen state). |
| kick_memberC | Kick a member from the guild. |
| ban_memberC | Ban a member from the guild. |
| timeout_memberA | Timeout a member for |
| create_webhookB | Create a webhook in a channel — useful for posting alerts without full bot permissions. |
| get_channel_webhooksB | Fetch all webhooks for a channel. |
| delete_webhookC | Delete a webhook. |
| execute_webhookC | Send a message via webhook, with optional embeds. |
| add_reactionB | Add a reaction to a message. |
| create_threadC | Create a thread from an existing message. |
| create_inviteA | Create an invite link for a channel. max_age in seconds (0 = never expires), max_uses (0 = unlimited). |
| get_guild_invitesC | Fetch all active invites for a guild. |
Prompts
Interactive templates invoked by user choice
| Name | Description |
|---|---|
No prompts | |
Resources
Contextual data attached and managed by the client
| Name | Description |
|---|---|
No resources | |
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/EncryptMan/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server