MCP DingDing Bot logo

MCP DingDing Bot

by Shawyeok

MCP Server for the DingDing Bot API, enabling DingDing / Dingtalk message notifications and interactions. It allows sending various types of DingDing messages (text / markdown).

View on GitHub

Last updated: N/A

What is MCP DingDing Bot?

This is an MCP (Model Context Protocol) server that acts as a DingDing (Dingtalk) bot. It allows you to send messages and interact with DingDing groups programmatically.

How to use MCP DingDing Bot?

To use this server, you need to create a DingDing group chat bot and obtain the webhook URL and secret. Then, configure the server using either Docker or NPX, providing the access token and optional secret as environment variables. You can then use the provided tools like send_text_message and send_markdown_message to send messages to your DingDing group.

Key features of MCP DingDing Bot

  • Message Notifications (text/markdown)

  • Send text messages

  • Send markdown messages

  • Supports @all

Use cases of MCP DingDing Bot

  • Automated notifications from applications

  • Alerting systems

  • Reporting tools

  • Chatbot integrations

FAQ from MCP DingDing Bot

What is a DingDing Bot?

A DingDing bot is a custom bot that can be added to a DingDing group chat to automate tasks and send notifications.

How do I get a DingDing Bot Access Token?

You can create a custom bot in your DingDing group settings and obtain the webhook URL and secret. The access token is part of the webhook URL.

Is the DingDing Bot Secret required?

The DingDing Bot Secret is optional and only required for robots with signature verification enabled.

What is MCP?

MCP stands for Model Context Protocol. It is a protocol that allows different applications to communicate and share context.

What is the license of this MCP server?

This MCP server is licensed under the MIT License, which allows you to use, modify, and distribute the software freely, subject to the terms and conditions of the license.