mcp-dingding-bot
Bot DingDing de MCP
Servidor MCP para la API de DingDing Bot, que habilita las notificaciones e interacciones de mensajes de DingDing/Dingtalk.
Características
Notificaciones de mensajes : envía varios tipos de mensajes DingDing (texto/markdown)
Related MCP server: dingtalk-mcp
Herramientas
send_text_messageEnviar un mensaje de texto simple a un grupo de dingding
Entradas:
text(cadena): Contenido del textoatAll(booleano opcional): si se debe @ a todos los miembros
send_markdown_messageEnviar un mensaje con formato Markdown a un grupo dingding
Entradas:
title(cadena): Título del mensajetext(cadena): contenido de MarkdownatAll(booleano opcional): si se debe @ a todos los miembros
Configuración
Token de bot DingDing
Crea un bot de chat grupal de DingDing:
Vaya a la configuración del grupo > Administración de bots de grupo
Crea un bot personalizado
Guardar la URL y el secreto del webhook
Uso con Claude Desktop
Agregue lo siguiente a su claude_desktop_config.json :
Estibador
{
"mcpServers": {
"gitlab": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"-e",
"DINGTALK_BOT_ACCESS_TOKEN",
"-e",
"DINGTALK_BOT_SECRET",
"shawyeok/mcp-dingding-bot"
],
"env": {
"DINGTALK_BOT_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>",
"DINGTALK_BOT_SECRET": "<YOUR_SECRET>" // Optional, for robots with signature verification enabled
}
}
}
}NPX
{
"mcpServers": {
"gitlab": {
"command": "npx",
"args": [
"-y",
"mcp-dingding-bot"
],
"env": {
"DINGTALK_BOT_ACCESS_TOKEN": "<YOUR_ACCESS_TOKEN>",
"DINGTALK_BOT_SECRET": "<YOUR_SECRET>" // Optional, for robots with signature verification enabled
}
}
}
}Construir
Compilación de Docker:
docker build -t shawyeok/mcp-dingding-bot .Variables de entorno
DINGTALK_BOT_ACCESS_TOKEN: Su token de acceso al robot del grupo dingding (obligatorio)DINGTALK_BOT_SECRET: El secreto de la firma del robot de tu grupo dingding (opcional)
Referencias
Licencia
Este servidor MCP cuenta con la licencia MIT. Esto significa que puede usar, modificar y distribuir el software libremente, sujeto a los términos y condiciones de la licencia MIT. Para más detalles, consulte el archivo de LICENCIA en el repositorio del proyecto.
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 gradedqualityCmaintenancedingding webhook mcp server24GPL 3.0
- AlicenseBqualityCmaintenanceMCP Server for notify to telegram / weixin2129MIT
- AlicenseNot gradedqualityCmaintenanceA MCP server that exposes QQ bot capabilities over Streamable HTTP, enabling clients to query bot status, read group and friend info, fetch chat history, and send group/private text messages.2MIT
Related MCP Connectors
MCP server for GLM chat completions using Zhipu AI models via AceDataCloud
MCP server for AI dialogue using various LLM models via AceDataCloud
MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)
Appeared in Searches
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/Shawyeok/mcp-dingding-bot'
If you have feedback or need assistance with the MCP directory API, please join our Discord server