Skip to main content
Glama

sachicali-discordmcp-suite

Server Details

Control your Discord community: send/read messages, manage channels and forums, and handle webhook…

Status
Healthy
Last Tested
Transport
Streamable HTTP
URL

Available Tools

27 tools
discord_create_categoryTry in Inspector

Creates a new category in a Discord server

ParametersJSON Schema
NameRequiredDescriptionDefault
nameYes
reasonNo
guildIdYes
positionNo
discord_create_channel_under_categoryTry in Inspector

Creates a new channel (text, voice, or forum) and places it under a specific category

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNo
reasonNo
guildIdYes
categoryIdYes
channelNameYes
channelTypeYes
discord_create_forum_channelTry in Inspector

Creates a new forum channel in a Discord server

ParametersJSON Schema
NameRequiredDescriptionDefault
topicNo
reasonNo
guildIdYes
categoryIdNo
channelNameYes
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
reasonNo
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_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_channelTry in Inspector

Edits an existing Discord channel (name, topic, category)

ParametersJSON Schema
NameRequiredDescriptionDefault
nameNo
topicNo
reasonNo
channelIdYes
categoryIdNo
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_list_serversTry in Inspector

Lists all Discord servers that the bot has access to

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

discord_list_webhooksTry in Inspector

Lists all webhooks for a Discord server or specific channel

ParametersJSON Schema
NameRequiredDescriptionDefault
guildIdYes
channelIdNo
discord_loginTry in Inspector

Logs in to Discord using the configured token

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenNo
discord_login_statusTry in Inspector

Shows current login status, configuration, and health information

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

discord_logoutTry in Inspector

Logs out from Discord and disconnects the client

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

discord_move_channel_to_categoryTry in Inspector

Moves an existing channel to a different category

ParametersJSON Schema
NameRequiredDescriptionDefault
reasonNo
channelIdYes
categoryIdYes
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 a specified Discord text channel

ParametersJSON Schema
NameRequiredDescriptionDefault
messageYes
channelIdYes
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
discord_set_tokenTry in Inspector

Sets and saves a Discord bot token for authentication

ParametersJSON Schema
NameRequiredDescriptionDefault
tokenYes
discord_validate_tokenTry in Inspector

Validates the format and basic structure of a Discord token

ParametersJSON Schema
NameRequiredDescriptionDefault

No parameters

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.