discord-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_BOT_TOKEN | Yes | The Discord bot token for authentication |
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": false
} |
| prompts | {
"listChanged": false
} |
| resources | {
"subscribe": false,
"listChanged": false
} |
| experimental | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| verifyA | Verify the bot token by calling GET /users/@me. Returns the bot user object (id, username, discriminator flags, etc.). |
| list_guildsA | List guilds the bot is in (GET /users/@me/guilds). Args: limit: Max guilds per request (1–200). before: Optional guild id cursor for pagination. |
| get_guildB | Get a guild by id. The bot must be a member of that guild. |
| list_guild_channelsB | List channels in a guild (text, voice, categories, etc.). |
| get_channelB | Get a single channel object by id. |
| list_channel_messagesA | List recent messages in a channel (newest first in the response). Requires Read Message History and access to the channel. |
| create_channel_messageA | Send a text message to a channel. Requires Send Messages. Respect server rules and rate limits; content is limited to 2000 characters for plain text. |
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/taka392/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server