discord-admin-mcp
Discord Admin MCP Server
Сервер Model Context Protocol (MCP), предоставляющий структурированные инструменты для администрирования Discord-серверов, управления ролями, модерации участников и операций с каналами.
Разработан для бесшовной работы с Hermes Agent и любым MCP-совместимым клиентом.
Возможности и инструменты
Информация о сервере:
get_current_bot_user: Просмотр идентичности бота и данных пользователя.list_guilds: Список серверов, в которых состоит бот.get_guild_info: Получение количества участников, ID владельца и настроек сервера.
Управление ролями:
list_roles: Список ролей сервера, их позиций и битовых полей прав.assign_role: Назначение ролей участникам.remove_role: Снятие ролей с участников.create_role: Создание новых ролей с собственными цветами и правами.delete_role: Удаление ролей с сервера.
Модерация участников:
kick_member: Исключение участников с указанием причины в журнале аудита.ban_member: Блокировка участников с возможностью очистки сообщений за период.unban_member: Снятие блокировки с участников.timeout_member: Тайм-аут (заглушение/карантин) для участников на заданное время.
Управление каналами:
list_channels: Список текстовых, голосовых, форумных и анонс-каналов.create_channel: Создание каналов с собственными категориями/темами.edit_channel: Изменение названия канала, статуса NSFW или темы.delete_channel: Удаление каналов.
Администрирование сообщений:
purge_messages: Массовое удаление последних сообщений.
Related MCP server: Discord MCP Server
Установка и настройка
1. Требования
Python >= 3.10
Токен Discord-бота с правами модерации сервера и привилегированными Gateway Intents (Server Members Intent).
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
Maintenance
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
- AlicenseBqualityDmaintenanceEnables 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.1915918MIT
- AlicenseBqualityDmaintenanceEnables 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.33MIT
- FlicenseNot gradedqualityCmaintenanceComprehensive Discord server management through MCP, enabling channel, role, permission, message, moderation, and automation tasks via natural language.4
- AlicenseNot gradedqualityCmaintenanceExtended MCP server for Discord with advanced server management capabilities including roles, channels, messages, permissions, forums, webhooks, and batch operations.1MIT
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
An MCP server for deep research or task groups
Official MCP server for OmniDimension. Drive voice agents, dispatch calls, and run bulk campaigns.
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/CommanderBiz/discord-admin-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server