mcp-discord
Servidor MCP de Discord
Un servidor de Protocolo de contexto de modelo (MCP) que proporciona capacidades de integración de Discord a clientes de MCP como Claude Desktop.
Herramientas disponibles
Información del servidor
get_server_info: Obtener información detallada del servidorlist_members: Lista de miembros del servidor y sus roles
Gestión de mensajes
send_message: Envía un mensaje a un canalread_messages: Leer el historial de mensajes recientesadd_reaction: Agregar una reacción a un mensajeadd_multiple_reactions: Agrega múltiples reacciones a un mensajeremove_reaction: Eliminar una reacción de un mensajemoderate_message: Eliminar mensajes y agotar el tiempo de espera de los usuarios
Gestión de canales
create_text_channel: Crea un nuevo canal de textodelete_channel: Eliminar un canal existente
Gestión de roles
add_role: Agregar un rol a un usuarioremove_role: Quitar un rol de un usuario
Gestión de webhooks
create_webhook: Crea un nuevo webhooklist_webhooks: Lista los webhooks en un canalsend_webhook_message: Enviar mensajes a través de webhookmodify_webhook: Actualizar la configuración del webhookdelete_webhook: Eliminar un webhook
Related MCP server: Discord MCP Server
Instalación
Instalación mediante herrería
Para instalar Discord Server para Claude Desktop automáticamente a través de Smithery :
npx -y @smithery/cli install @hanweg/mcp-discord --client claudeConfigura tu bot de Discord:
Crea una nueva aplicación en el Portal para desarrolladores de Discord
Crea un bot y copia el token
Habilitar intenciones privilegiadas requeridas:
INTENCIÓN DEL CONTENIDO DEL MENSAJE
INTENCIÓN DE PRESENCIA
INTENCIÓN DE LOS MIEMBROS DEL SERVIDOR
Invita al bot a tu servidor usando el generador de URL OAuth2
Clonar e instalar el paquete:
# Clone the repository
git clone https://github.com/hanweg/mcp-discord.git
cd mcp-discord
# Create and activate virtual environment
uv venv
.venv\Scripts\activate
### If using Python 3.13+ - install audioop library: `uv pip install audioop-lts`
# Install the package
uv pip install -e .Configurar Claude Desktop (
%APPDATA%\Claude\claude_desktop_config.jsonen Windows,~/Library/Application Support/Claude/claude_desktop_config.jsonen macOS):
"discord": {
"command": "uv",
"args": [
"--directory",
"C:\\PATH\\TO\\mcp-discord",
"run",
"mcp-discord"
],
"env": {
"DISCORD_TOKEN": "your_bot_token"
}
}Licencia
Licencia MIT: consulte el archivo LICENCIA para obtener más detalles.
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
- AlicenseNot gradedqualityBmaintenanceA Model Context Protocol (MCP) server for the Discord integration with MCP-compatible applications like Claude Desktop.445MIT
- AlicenseAqualityDmaintenanceAn MCP server that allows Claude to interact with Discord by providing tools for sending/reading messages and managing server resources through Discord's API.619159MIT
- AlicenseAqualityDmaintenanceAn MCP server that provides native Discord tools for Claude Code, enabling bidirectional communication with remote agents or humans via the Discord REST API. It allows users to send messages, read channel history, and manage reactions directly from their local environment.6223MIT
- FlicenseNot gradedqualityCmaintenanceAn MCP server that enables Claude Desktop to interact with Discord through a dedicated bot. It allows users to list channels, read message history, and send messages directly from the AI interface.2
Related MCP Connectors
An MCP server that integrates with Discord to provide AI-powered features.
Hosted MCP server connecting claude.ai, ChatGPT and other AI apps to your own computer
Augments MCP Server - A comprehensive framework documentation provider for Claude Code
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/hanweg/mcp-discord'
If you have feedback or need assistance with the MCP directory API, please join our Discord server