DingTalk Notification
STDIOMCP Server for DingDing Bot API, enabling message notifications and interactions.
MCP Server for DingDing Bot API, enabling message notifications and interactions.
MCP Server for the DingDing Bot API, enabling DingDing / Dingtalk message notifications and interactions.
send_text_message
text
(string): Text contentatAll
(optional boolean): Whether to @ all memberssend_markdown_message
title
(string): Message titletext
(string): Markdown contentatAll
(optional boolean): Whether to @ all membersAdd the following to your claude_desktop_config.json
:
{ "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 } } } }
{ "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 } } } }
Docker build:
docker build -t shawyeok/mcp-dingding-bot .
DINGTALK_BOT_ACCESS_TOKEN
: Your dingding group robot access token (required)DINGTALK_BOT_SECRET
: Your dingding group robot signature secret (optional)This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.