Skip to main content
Glama
CommanderBiz

discord-admin-mcp

by CommanderBiz

Discord Admin MCP Server

Discordサーバー管理、ロール管理、メンバー管理、チャンネル操作のための構造化ツールを提供するModel Context Protocol (MCP)サーバーです。

Hermes AgentおよびMCP準拠のクライアントとシームレスに連携するように設計されています。

機能とツール

  • サーバー情報:

    • get_current_bot_user: ボットのIDとユーザー詳細を確認します。

    • list_guilds: ボットが所属するサーバーを一覧表示します。

    • get_guild_info: メンバー数、オーナーID、サーバー設定を取得します。

  • ロール管理:

    • list_roles: サーバーロール、ポジション、権限ビットフィールドを一覧表示します。

    • assign_role: メンバーにロールを割り当てます。

    • remove_role: メンバーからロールを削除します。

    • create_role: カスタムカラーと権限を持つ新しいロールを作成します。

    • delete_role: サーバーからロールを削除します。

  • メンバー管理:

    • kick_member: 監査ログに理由を記録してメンバーをキックします。

    • ban_member: メッセージ削除期間を指定してメンバーをBANします。

    • unban_member: メンバーのBANを解除します。

    • timeout_member: メンバーを指定期間タイムアウト(ミュート/隔離)します。

  • チャンネル管理:

    • list_channels: テキスト、ボイス、フォーラム、アナウンスチャンネルを一覧表示します。

    • create_channel: カスタムカテゴリ/トピックでチャンネルを作成します。

    • edit_channel: チャンネル名、NSFW設定、トピックを編集します。

    • delete_channel: チャンネルを削除します。

  • メッセージ管理:

    • purge_messages: 最近のメッセージを一括削除します。

Related MCP server: Discord MCP Server

インストールとセットアップ

1. 要件

  • Python >= 3.10

  • サーバー管理権限と特権ゲートウェイインテント(Server Members Intent)を持つDiscordボットトークン。

2. ローカルインストール

pip install -e .

3. 環境設定

以下の環境変数を設定します(または.env / ~/.hermes/.envに追加します):

DISCORD_BOT_TOKEN=your_bot_token_here
DISCORD_DEFAULT_GUILD_ID=your_server_id_here  # Optional fallback

Hermes Agentの統合

~/.hermes/config.yamlに追加します:

mcp_servers:
  discord_admin:
    command: "/home/kernel/hermes-venv/bin/python3"
    args: ["-m", "discord_admin_mcp.server"]
    env:
      DISCORD_BOT_TOKEN: "your_bot_token_here"

ライセンス

MIT License - 著者: CommanderBiz

Install Server
F
license - not found
B
quality
C
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    B
    quality
    D
    maintenance
    Enables comprehensive Discord bot management and server operations through MCP, including channel management, message handling, member moderation, role management, and voice operations. Provides secure Discord API integration with built-in permission controls and audit logging capabilities.
    19
    159
    18
    MIT
  • A
    license
    B
    quality
    D
    maintenance
    Enables Discord bot integration through MCP, allowing users to manage servers, channels, roles, members, and messages including moderation actions like bans, timeouts, and bulk deletions through natural language.
    33
    MIT
  • F
    license
    Not graded
    quality
    C
    maintenance
    Comprehensive Discord server management through MCP, enabling channel, role, permission, message, moderation, and automation tasks via natural language.
    4
  • A
    license
    Not graded
    quality
    C
    maintenance
    Extended MCP server for Discord with advanced server management capabilities including roles, channels, messages, permissions, forums, webhooks, and batch operations.
    1
    MIT

View all related MCP servers

Related MCP Connectors

View all MCP Connectors

Latest Blog Posts

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/CommanderBiz/discord-admin-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server