Discord MCP Server
Communicationstdio
A Model Context Protocol server that enables AI agents to interact with Discord through a bot. Agents can send and read messages in channels, list servers and channels, and manage basic server interactions while keeping the user in control. Useful for community automation, notifications, and conversational workflows on Discord.
Conectar
Añade esta configuración a .claude/mcp.json
{
"mcpServers": {
"discord": {
"command": "npx",
"args": [
"-y",
"discordmcp"
],
"env": {
"DISCORD_TOKEN": "<YOUR_DISCORD_TOKEN>"
}
}
}
}Herramientas (2)
send_message
Send a message to a specified Discord channel.
{
"type": "object",
"required": [
"channel_id",
"content"
],
"properties": {
"content": {
"type": "string",
"description": "The message content to send"
},
"channel_id": {
"type": "string",
"description": "The Discord channel ID to send the message to"
}
}
}read_messages
Read recent messages from a Discord channel.
{
"type": "object",
"required": [
"channel_id"
],
"properties": {
"limit": {
"type": "integer",
"description": "Maximum number of messages to retrieve"
},
"channel_id": {
"type": "string",
"description": "The Discord channel ID to read from"
}
}
}Recursos
Este servidor no expone ningún recurso.
Prompts
Este servidor no expone ningún prompt.
Información del servidor
- Autor
- v-3 (@v-3)
- Repositorio
- https://github.com/v-3/discordmcp
- Licencia
- MIT
- Estrellas
- 0
- Última actualización
- 12 de junio de 2026