DISCORD_TOKEN
: Your Discord bot token.test
) with the Discord MCP server running as an agent.mcp-mcp-discord
toolkit enabled.Tool | Short Description |
---|---|
discord_add_multiple_reactions | Adds multiple emoji reactions to a Discord message at once |
discord_add_reaction | Adds an emoji reaction to a specific Discord message |
discord_create_forum_post | Creates a new post in a Discord forum channel with optional tags |
discord_create_text_channel | Creates a new text channel in a Discord server with an optional topic |
discord_create_webhook | Creates a new webhook for a Discord channel |
discord_delete_channel | Deletes a Discord channel with an optional reason |
discord_delete_forum_post | Deletes a forum post or thread with an optional reason |
discord_delete_message | Deletes a specific message from a Discord text channel |
discord_delete_webhook | Deletes an existing webhook for a Discord channel |
discord_edit_webhook | Edits an existing webhook for a Discord channel |
discord_get_forum_channels | Lists all forum channels in a specified Discord server (guild) |
discord_get_forum_post | Retrieves details about a forum post including its messages |
discord_get_server_info | Retrieves detailed information about a Discord server including channels and member count |
discord_login | Logs in to Discord using the configured token |
discord_read_messages | Retrieves messages from a Discord text channel with a configurable limit |
discord_remove_reaction | Removes a specific emoji reaction from a Discord message |
discord_reply_to_forum | Adds a reply to an existing forum post or thread |
discord_send | Sends a message to a specified Discord text channel |
discord_send_webhook_message | Sends a message to a Discord channel using a webhook |
test | A simple test tool to verify the MCP server is working correctly |
discord_add_multiple_reactions
channelId
(string)emojis
(array)messageId
(string)discord_add_reaction
channelId
(string)emoji
(string)messageId
(string)discord_create_forum_post
content
(string)forumChannelId
(string)title
(string)tags
(array, optional)discord_create_text_channel
channelName
(string)guildId
(string)topic
(string, optional)discord_create_webhook
channelId
(string)name
(string)avatar
(string, optional)reason
(string, optional)discord_delete_channel
channelId
(string)reason
(string, optional)discord_delete_forum_post
threadId
(string)reason
(string, optional)discord_delete_message
channelId
(string)messageId
(string)reason
(string, optional)discord_delete_webhook
webhookId
(string)reason
(string, optional)webhookToken
(string, optional)discord_edit_webhook
webhookId
(string)avatar
(string, optional)channelId
(string, optional)name
(string, optional)reason
(string, optional)webhookToken
(string, optional)discord_get_forum_channels
guildId
(string)discord_get_forum_post
threadId
(string)discord_get_server_info
guildId
(string)discord_login
random_string
(string, optional)discord_read_messages
channelId
(string)limit
(number, optional)discord_remove_reaction
channelId
(string)emoji
(string)messageId
(string)userId
(string, optional)discord_reply_to_forum
message
(string)threadId
(string)discord_send
channelId
(string)message
(string)discord_send_webhook_message
content
(string)webhookId
(string)webhookToken
(string)avatarURL
(string, optional)threadId
(string, optional)username
(string, optional)test