mcp-dingding-bot
@Shawyeok
About mcp-dingding-bot
MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-dingding-bot": {
"command": "docker",
"args": [
"build",
"-t",
"shawyeok/mcp-dingding-bot",
"."
]
}
}
}Tools
2`text` (string): Text content
`title` (string): Message title
Overview
What is mcp-dingding-bot?
mcp-dingding-bot is an MCP server that integrates with the DingDing (Dingtalk) Bot API. It enables sending text and markdown messages to DingDing group chats, allowing notifications and interactions directly from AI assistants like Claude.
How to use mcp-dingding-bot?
Configure mcp-dingding-bot in Claude Desktop by adding an entry to claude_desktop_config.json using either Docker or npx. Set the required environment variable DINGTALK_BOT_ACCESS_TOKEN and optionally DINGTALK_BOT_SECRET. Two tools are provided: send_text_message and send_markdown_message, each accepting content and an optional atAll flag.
Key features of mcp-dingding-bot
- Send plain text messages to DingDing groups
- Send markdown formatted messages with titles
- Optional @all mentions on any message
- Supports signature verification via secret
- Deployable via Docker or npx
Use cases of mcp-dingding-bot
- Notify a DingDing group of deployment or build results
- Send real-time alert messages from monitoring systems
- Share formatted reports or updates with team members
- Trigger interactive notifications from AI agent workflows
FAQ from mcp-dingding-bot
What authentication does mcp-dingding-bot require?
It requires a DingDing group robot access token. A secret is optional for robots with signature verification enabled.
How do I obtain the access token?
Create a custom bot in your DingDing group settings, then save the webhook URL and secret from the group bot management page.
What types of messages can mcp-dingding-bot send?
It can send text messages via send_text_message and markdown messages (with title) via send_markdown_message.
Can mcp-dingding-bot @mention all group members?
Yes, both tools have an optional atAll boolean parameter. Set it to true to @everyone in the group.
What runtimes are supported?
mcp-dingding-bot can be run as a Docker container (shawyeok/mcp-dingding-bot) or directly via npx (mcp-dingding-bot).
More Other MCP servers
Inbox Zero AI
elie222The world's best AI personal assistant for email. Open source app to help you reach inbox zero fast.
ghidraMCP
LaurieWiredMCP Server for Ghidra
Codelf
unbugA search tool helps dev to solve the naming things problem.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Comments