MCP DingDing Bot is a server application that allows users to send text and markdown messages via the DingDing (Dingtalk) group custom robot API. It facilitates automated notifications and message sharing in team chats.
MCP DingDing Bot is a server application that allows users to send text and markdown messages via the DingDing (Dingtalk) group custom robot API. It facilitates automated notifications and message sharing in team chats.
docker run --rm -i -e DINGTALK_BOT_ACCESS_TOKEN -e DINGTALK_BOT_SECRET shawyeok/mcp-dingding-botAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-dingding-bot": {
"command": "npx",
"args": [
"-y",
"docker run --rm -i -e DINGTALK_BOT_ACCESS_TOKEN -e DINGTALK_BOT_SECRET shawyeok/mcp-dingding-bot"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from mcp-dingding-bot?"
No configuration required. This server works out of the box.
"What resources are available in mcp-dingding-bot?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in mcp-dingding-bot"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in mcp-dingding-bot with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.