Discord MCP Server
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| DISCORD_TOKEN | Yes | Your Discord bot token (KEEP SECRET!) | |
| DISCORD_GUILD_ID | No | Default Discord server ID (optional) |
Capabilities
Server capabilities have not been inspected yet.
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| discord_send_messageB | Send a message to a Discord channel, optionally with up to 10 files |
| discord_edit_messageC | Edit a previously sent message |
| discord_delete_messageC | Delete a message |
| discord_add_reactionC | Add a reaction to a message |
| discord_remove_reactionC | Remove a reaction from a message |
| discord_get_message_historyC | Get message history from a Discord channel with optional filtering |
| discord_search_messagesC | Search for messages in a Discord channel with text query and filters |
| discord_get_messageB | Get a specific message by ID with full attachment details |
| discord_list_attachmentsC | List all attachments in a Discord channel from recent messages |
| discord_download_attachmentB | Download a Discord attachment and return it as MCP file reference |
| discord_cleanup_downloadC | Clean up a previously downloaded Discord attachment file |
| discord_get_channelC | Get information about a Discord channel |
| discord_get_dm_channelsB | Get list of DM channels for the current user |
| discord_create_dmB | Create or get existing DM channel with a user |
| discord_get_friendsB | Get list of friends for the current user |
| discord_add_friendB | Send a friend request to a user |
| discord_remove_friendC | Remove a friend or cancel a friend request |
| discord_update_presenceB | Update your Discord presence/status |
| discord_clear_presenceB | Clear your Discord presence/activity |
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
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/drvova/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server