
DingDing Bot MCP Server
by HundunOnline
Send text, markdown, images, and files to DingDing group robots via MCP.
What it does
Connects an AI assistant to DingDing (DingTalk) group robots, enabling the AI to push notifications, reports, and alerts directly into team chats.
Tools
send_text: Sends a plain text message to a DingDing group.send_markdown: Sends a formatted markdown message.send_image: Sends an image message.send_news: Sends a news-style message including title, description, URL, and image.send_template_card: Sends a structured template card message.upload_file: Uploads a file to the DingDing platform.
Installation
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-dingdingbot-server": {
"command": "mcp-dingdingbot-server",
"env": {
"DINGDING_BOT_WEBHOOK_KEY": "your-webhook-key",
"DINGDING_BOT_SIGN_KEY": "your-sign-key"
}
}
}
}
Supported hosts
- claude
Quick install
git clone https://github.com/HundunOnline/mcp-dingdingbot-server.git && cd mcp-dingdingbot-server && make buildInformation
- Pricing
- free
- Published
- 5/21/2026
- stars






