Skip to main content
Glama
Shawyeok

mcp-dingding-bot

by Shawyeok

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

  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.

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

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

View all related MCP servers

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)

View all MCP Connectors

Latest Blog Posts

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