Server Details
An MCP server that integrates with Discord to provide AI-powered features.
- Status
- Healthy
- Last Tested
- Transport
- Streamable HTTP
- URL
- Repository
- danushkumar-v/mcp-discord
- GitHub Stars
- 0
Available Tools
22 toolsdiscord_add_multiple_reactionsTry in Inspector
Adds multiple emoji reactions to a Discord message at once
| Name | Required | Description | Default |
|---|---|---|---|
| emojis | Yes | ||
| channelId | Yes | ||
| messageId | Yes |
discord_add_reactionTry in Inspector
Adds an emoji reaction to a specific Discord message
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | ||
| channelId | Yes | ||
| messageId | Yes |
discord_create_categoryTry in Inspector
Creates a new category in a Discord server.
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| reason | No | ||
| guildId | Yes | ||
| position | No |
discord_create_forum_postTry in Inspector
Creates a new post in a Discord forum channel with optional tags
| Name | Required | Description | Default |
|---|---|---|---|
| tags | No | ||
| title | Yes | ||
| content | Yes | ||
| forumChannelId | Yes |
discord_create_text_channelTry in Inspector
Creates a new text channel in a Discord server with an optional topic
| Name | Required | Description | Default |
|---|---|---|---|
| topic | No | ||
| guildId | Yes | ||
| channelName | Yes |
discord_create_webhookTry in Inspector
Creates a new webhook for a Discord channel
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | ||
| avatar | No | ||
| reason | No | ||
| channelId | Yes |
discord_delete_categoryTry in Inspector
Deletes a Discord category by ID.
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| categoryId | Yes |
discord_delete_channelTry in Inspector
Deletes a Discord channel with an optional reason
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| channelId | Yes |
discord_delete_forum_postTry in Inspector
Deletes a forum post or thread with an optional reason
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| threadId | Yes |
discord_delete_messageTry in Inspector
Deletes a specific message from a Discord text channel
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| channelId | Yes | ||
| messageId | Yes |
discord_delete_webhookTry in Inspector
Deletes an existing webhook for a Discord channel
| Name | Required | Description | Default |
|---|---|---|---|
| reason | No | ||
| webhookId | Yes | ||
| webhookToken | No |
discord_edit_categoryTry in Inspector
Edits an existing Discord category (name and position).
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| reason | No | ||
| position | No | ||
| categoryId | Yes |
discord_edit_webhookTry in Inspector
Edits an existing webhook for a Discord channel
| Name | Required | Description | Default |
|---|---|---|---|
| name | No | ||
| avatar | No | ||
| reason | No | ||
| channelId | No | ||
| webhookId | Yes | ||
| webhookToken | No |
discord_get_forum_channelsTry in Inspector
Lists all forum channels in a specified Discord server (guild)
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes |
discord_get_forum_postTry in Inspector
Retrieves details about a forum post including its messages
| Name | Required | Description | Default |
|---|---|---|---|
| threadId | Yes |
discord_get_server_infoTry in Inspector
Retrieves detailed information about a Discord server including channels and member count
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes |
discord_loginTry in Inspector
Logs in to Discord using the configured token
| Name | Required | Description | Default |
|---|---|---|---|
| token | No |
discord_read_messagesTry in Inspector
Retrieves messages from a Discord text channel with a configurable limit
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| channelId | Yes |
discord_remove_reactionTry in Inspector
Removes a specific emoji reaction from a Discord message
| Name | Required | Description | Default |
|---|---|---|---|
| emoji | Yes | ||
| userId | No | ||
| channelId | Yes | ||
| messageId | Yes |
discord_reply_to_forumTry in Inspector
Adds a reply to an existing forum post or thread
| Name | Required | Description | Default |
|---|---|---|---|
| message | Yes | ||
| threadId | Yes |
discord_sendTry in Inspector
Sends a message to one or more Discord text channels by name in a server
| Name | Required | Description | Default |
|---|---|---|---|
| guildId | Yes | ||
| message | Yes | ||
| channelNames | Yes |
discord_send_webhook_messageTry in Inspector
Sends a message to a Discord channel using a webhook
| Name | Required | Description | Default |
|---|---|---|---|
| content | Yes | ||
| threadId | No | ||
| username | No | ||
| avatarURL | No | ||
| webhookId | Yes | ||
| webhookToken | Yes |
FAQ
How do I claim this server?
To claim this server, publish a /.well-known/glama.json file on your server's domain with the following structure:
The email address must match the email associated with your Glama account. Once verified, the server will appear as claimed by you.
What are the benefits of claiming a server?
- Control your server's listing on Glama, including description and metadata
- Receive usage reports showing how your server is being used
- Get monitoring and health status updates for your server
Your Connectors
Sign in to create a connector for this server.