mcp-dingding-bot

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Integrations

  • Enables sending markdown-formatted messages to DingDing/Dingtalk groups with support for custom titles and @all functionality

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)

Herramientas

  1. send_text_message
    • Enviar un mensaje de texto simple a un grupo de dingding
    • Entradas:
      • text (cadena): Contenido del texto
      • atAll (booleano opcional): si se debe @ a todos los miembros
  2. send_markdown_message
    • Enviar un mensaje con formato Markdown a un grupo dingding
    • Entradas:
      • title (cadena): Título del mensaje
      • text (cadena): contenido de Markdown
      • atAll (booleano opcional): si se debe @ a todos los miembros

Configuración

Token de bot DingDing

  1. 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.

-
security - not tested
A
license - permissive license
-
quality - not tested

Servidor MCP para enviar mensajes de texto/markdown a través del robot personalizado del grupo dingding (también conocido como dingtalk)

  1. Features
    1. Tools
      1. Setup
        1. DingDing Bot Token
        2. Usage with Claude Desktop
        3. Docker
        4. NPX
      2. Build
        1. Environment Variables
          1. References
            1. License
              ID: ql5womr4fm