MCP.so
Sign In

Mcp Dingdingbot Server

@HundunOnline

About Mcp Dingdingbot Server

钉钉webhook MCP server

Config

No standard config provided

This server doesn't expose a parseable MCP config block in its README. See the repository for install instructions.

Repository

Tools

No tools detected

We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.

Overview

What is Mcp Dingdingbot Server?

Mcp Dingdingbot Server is an MCP server application that sends various types of messages to DingDing group robots. It supports text, markdown, image, news, and template card messages, as well as file uploads. It is designed for developers who need to integrate DingDing group notifications with MCP-compatible tools.

How to use Mcp Dingdingbot Server?

Clone the repository, build using make build, and link the binary to /usr/local/bin. Configure the server by setting the DINGDING_BOT_WEBHOOK_KEY (required) and optionally DINGDING_BOT_SIGN_KEY in the MCP settings file. Invoke the server with commands like send_text, send_markdown, send_image, send_news, send_template_card, or upload_file to send messages.

Key features of Mcp Dingdingbot Server

  • Text message support
  • Markdown message support
  • Image message support
  • News message support
  • Template card message support
  • File upload support
  • Signature verification for enhanced security

Use cases of Mcp Dingdingbot Server

  • Send real-time alerts or notifications to a DingDing group
  • Post formatted markdown reports from automated workflows
  • Share images or news links with team members
  • Upload files directly to DingDing from MCP clients
  • Deliver template card messages for structured updates

FAQ from Mcp Dingdingbot Server

What is the DINGDING_BOT_WEBHOOK_KEY and how do I get it?

The webhook key is the access_token parameter from your DingDing robot's webhook URL, which you obtain when creating a custom robot in DingDing. It is required for all operations.

What is the DINGDING_BOT_SIGN_KEY and when is it needed?

The sign key is an optional security key used for HMAC-SHA256 signature verification when the DingDing robot has signing enabled. It is recommended for enhanced security.

What types of messages can I send with this server?

You can send text, markdown, image, news, and template card messages, as well as upload files.

How do I configure the server?

Configure it in your MCP settings JSON by specifying the binary path and environment variables DINGDING_BOT_WEBHOOK_KEY and optionally DINGDING_BOT_SIGN_KEY.

Does the server support both English and Chinese prompts?

Yes, the server supports prompts in both English and Chinese, with sample commands provided in both languages.

Frequently asked questions

What is the `DINGDING_BOT_WEBHOOK_KEY` and how do I get it?

The webhook key is the `access_token` parameter from your DingDing robot's webhook URL, which you obtain when creating a custom robot in DingDing. It is required for all operations.

What is the `DINGDING_BOT_SIGN_KEY` and when is it needed?

The sign key is an optional security key used for HMAC-SHA256 signature verification when the DingDing robot has signing enabled. It is recommended for enhanced security.

What types of messages can I send with this server?

You can send text, markdown, image, news, and template card messages, as well as upload files.

How do I configure the server?

Configure it in your MCP settings JSON by specifying the binary path and environment variables `DINGDING_BOT_WEBHOOK_KEY` and optionally `DINGDING_BOT_SIGN_KEY`.

Does the server support both English and Chinese prompts?

Yes, the server supports prompts in both English and Chinese, with sample commands provided in both languages.

Comments

More Other MCP servers