mcp-dingdingbot-server
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
🚀 mcp-dingdingbot-server
An MCP server application that sends various types of messages to the DingDing group robot.
English
Overview
This is an MCP (Message Control Protocol) server application that allows you to send various types of messages to DingDing group robots. It supports text, markdown, image, news, and template card messages, as well as file uploads.
Features
- Text message support
- Markdown message support
- Image message support
- News message support
- Template card message support
- File upload support
- Signature verification for enhanced security
Installation
Manual Installation
Configuration
Environment Variables
DINGDING_BOT_WEBHOOK_KEY
: The webhook key for the DingDing Bot server. This is required.DINGDING_BOT_SIGN_KEY
: The sign key for DingDing Bot signature verification. This is optional but recommended for enhanced security.
Usage
- send_text
Send a text message to DingDing group
- send_markdown
Send a markdown message to DingDing group
- send_image
Send an image message to DingDing group
- send_news
Send a news message to DingDing group, a news includes title, description, url, picurl
- send_template_card
Send a template card message to DingDing group
- upload_file
Upload a file to DingDing
Samples
DingDing Robot
DingDing group robot configuration guide can be referred to: https://open.dingtalk.com/document/robots/custom-robot-access
DINGDING_BOT_WEBHOOK_KEY is the robot webhook keyFor example: https://oapi.dingtalk.com/robot/send?access_token=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa "693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa" is your own DINGDING_BOT_WEBHOOK_KEY
DINGDING_BOT_SIGN_KEY is the signature key for enhanced security When enabled in the DingDing robot security settings, you need to provide this key to authenticate requests. The signature verification uses HMAC-SHA256 algorithm with the timestamp and secret key.
中文
概述
这是一个 MCP(消息控制协议)服务器应用程序,允许您向钉钉群机器人发送各种类型的消息。它支持文本、Markdown、图片、图文和模板卡片消息,以及文件上传。
功能
- 文本消息支持
- Markdown 消息支持
- 图片消息支持
- 图文消息支持
- 模板卡片消息支持
- 文件上传支持
- 签名验证增强安全性
安装
手动安装
配置
环境变量
DINGDING_BOT_WEBHOOK_KEY
: 钉钉机器人的 webhook 密钥。这是必需的。DINGDING_BOT_SIGN_KEY
: 钉钉机器人签名验证的签名密钥。这是可选的,但建议用于增强安全性。
使用方法
- send_text
向钉钉群组发送文本消息
- send_markdown
向钉钉群组发送 markdown 消息
- send_image
向钉钉群组发送图片消息
- send_news
向钉钉群组发送图文消息,图文消息包括标题、描述、URL 和图片 URL
- send_template_card
向钉钉群组发送模板卡片消息
- upload_file
上传文件到钉钉
钉钉机器人
钉钉群机器人配置指南可参考: https://open.dingtalk.com/document/robots/custom-robot-access
DINGDING_BOT_WEBHOOK_KEY 是机器人的 webhook 密钥例如: https://oapi.dingtalk.com/robot/send?access_token=693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa "693axxx6-7aoc-4bc4-97a0-0ec2sifa5aaa" 是您自己的 DINGDING_BOT_WEBHOOK_KEY
DINGDING_BOT_SIGN_KEY 是用于增强安全性的签名密钥 当在钉钉机器人安全设置中启用时,您需要提供此密钥来验证请求。 签名验证使用 HMAC-SHA256 算法,结合时间戳和密钥。
This server cannot be installed
dingding webhook mcp server