Skip to main content
Glama

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)

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

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.

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

  1. Características
    1. Herramientas
      1. Configuración
        1. Token de bot DingDing
        2. Uso con Claude Desktop
        3. Estibador
        4. NPX
      2. Construir
        1. Variables de entorno
          1. Referencias
            1. Licencia

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
                Last updated -
                5
                37
                JavaScript
              • A
                security
                A
                license
                A
                quality
                An MCP server that enables posting messages to Discord webhooks, allowing customization of content, username, and avatar URL.
                Last updated -
                1
                0
                JavaScript
                MIT License
              • A
                security
                A
                license
                A
                quality
                MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)
                Last updated -
                6
                294
                Python
                Apache 2.0
                • Linux
                • Apple

              View all related MCP servers

              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