Skip to main content
Glama

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 tools
discord_add_multiple_reactionsTry in Inspector

Adds multiple emoji reactions to a Discord message at once

ParametersJSON Schema
NameRequiredDescriptionDefault
emojisYes
channelIdYes
messageIdYes
discord_add_reactionTry in Inspector

Adds an emoji reaction to a specific Discord message

ParametersJSON Schema
NameRequiredDescriptionDefault
emojiYes
channelIdYes
messageIdYes
discord_create_categoryTry in Inspector

Creates a new category in a Discord server.

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
reasonNo
guildIdYes
positionNo
discord_create_forum_postTry in Inspector

Creates a new post in a Discord forum channel with optional tags

ParametersJSON Schema
NameRequiredDescriptionDefault
tagsNo
titleYes
contentYes
forumChannelIdYes
discord_create_text_channelTry in Inspector

Creates a new text channel in a Discord server with an optional topic

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNo
guildIdYes
channelNameYes
discord_create_webhookTry in Inspector

Creates a new webhook for a Discord channel

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
avatarNo
reasonNo
channelIdYes
discord_delete_categoryTry in Inspector

Deletes a Discord category by ID.

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
categoryIdYes
discord_delete_channelTry in Inspector

Deletes a Discord channel with an optional reason

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
channelIdYes
discord_delete_forum_postTry in Inspector

Deletes a forum post or thread with an optional reason

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
threadIdYes
discord_delete_messageTry in Inspector

Deletes a specific message from a Discord text channel

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
channelIdYes
messageIdYes
discord_delete_webhookTry in Inspector

Deletes an existing webhook for a Discord channel

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
webhookIdYes
webhookTokenNo
discord_edit_categoryTry in Inspector

Edits an existing Discord category (name and position).

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNo
reasonNo
positionNo
categoryIdYes
discord_edit_webhookTry in Inspector

Edits an existing webhook for a Discord channel

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNo
avatarNo
reasonNo
channelIdNo
webhookIdYes
webhookTokenNo
discord_get_forum_channelsTry in Inspector

Lists all forum channels in a specified Discord server (guild)

ParametersJSON Schema
NameRequiredDescriptionDefault
guildIdYes
discord_get_forum_postTry in Inspector

Retrieves details about a forum post including its messages

ParametersJSON Schema
NameRequiredDescriptionDefault
threadIdYes
discord_get_server_infoTry in Inspector

Retrieves detailed information about a Discord server including channels and member count

ParametersJSON Schema
NameRequiredDescriptionDefault
guildIdYes
discord_loginTry in Inspector

Logs in to Discord using the configured token

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo
discord_read_messagesTry in Inspector

Retrieves messages from a Discord text channel with a configurable limit

ParametersJSON Schema
NameRequiredDescriptionDefault
limitNo
channelIdYes
discord_remove_reactionTry in Inspector

Removes a specific emoji reaction from a Discord message

ParametersJSON Schema
NameRequiredDescriptionDefault
emojiYes
userIdNo
channelIdYes
messageIdYes
discord_reply_to_forumTry in Inspector

Adds a reply to an existing forum post or thread

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYes
threadIdYes
discord_sendTry in Inspector

Sends a message to one or more Discord text channels by name in a server

ParametersJSON Schema
NameRequiredDescriptionDefault
guildIdYes
messageYes
channelNamesYes
discord_send_webhook_messageTry in Inspector

Sends a message to a Discord channel using a webhook

ParametersJSON Schema
NameRequiredDescriptionDefault
contentYes
threadIdNo
usernameNo
avatarURLNo
webhookIdYes
webhookTokenYes

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:

{ "$schema": "https://glama.ai/mcp/schemas/connector.json", "maintainers": [ { "email": "your-email@example.com" } ] }

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
Try in Browser

Your Connectors

Sign in to create a connector for this server.