discord-mcp
Server Configuration
Describes the environment variables required to run the server.
| Name | Required | Description | Default |
|---|---|---|---|
| LOG_LEVEL | No | Log level (debug, info, warn, error) | info |
| DISCORD_TOKEN | Yes | Your Discord bot token |
Capabilities
Features and capabilities supported by this server
| Capability | Details |
|---|---|
| tools | {} |
Tools
Functions exposed to the LLM to take actions
| Name | Description |
|---|---|
| get_server_listA | Botが参加しているDiscordサーバーの一覧を取得します |
| get_server_detailsA | 特定のDiscordサーバーの詳細情報を取得します |
| get_channel_listB | 特定のDiscordサーバーのチャンネル一覧を取得します |
| get_user_listB | 特定のDiscordサーバーのユーザー一覧を取得します |
| get_channel_messagesB | 特定のDiscordチャンネルのメッセージ履歴を取得します |
| get_messageB | 特定のDiscordメッセージの詳細情報を取得します |
| get_pinned_messagesA | 特定のDiscordチャンネルのピン留めメッセージ一覧を取得します |
| get_guild_rolesB | 特定のDiscordサーバーのロール一覧を取得します |
| get_member_rolesB | 特定のDiscordサーバーメンバーのロール一覧を取得します |
| get_voice_regionsA | 利用可能なDiscordボイスリージョン一覧を取得します |
| get_guild_invitesA | 特定のDiscordサーバーの招待リンク一覧を取得します |
| get_channel_invitesB | 特定のDiscordチャンネルの招待リンク一覧を取得します |
| get_guild_webhooksA | 特定のDiscordサーバーのWebhook一覧を取得します |
| get_channel_webhooksB | 特定のDiscordチャンネルのWebhook一覧を取得します |
| get_webhookA | 特定のDiscord Webhookの詳細情報を取得します |
| create_webhookB | Discordチャンネルに新しいWebhookを作成します |
| update_webhookC | 既存のDiscord Webhookを更新します |
| delete_webhookA | Discord Webhookを削除します(自分が作成したWebhookまたは適切な権限がある場合) |
| execute_webhookC | Discord Webhookを実行してメッセージを送信します |
| send_messageC | Discordチャンネルにメッセージを送信します |
| send_fileB | Discordチャンネルにファイルを送信します |
| edit_messageA | Discordの既存メッセージを編集します(自分が送信したメッセージのみ) |
| delete_messageA | Discordメッセージを削除します(自分が送信したメッセージまたは適切な権限がある場合) |
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
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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/yone-k/discord-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server