mcp-dingding-bot
@Shawyeok
关于 mcp-dingding-bot
MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"mcp-dingding-bot": {
"command": "docker",
"args": [
"build",
"-t",
"shawyeok/mcp-dingding-bot",
"."
]
}
}
}工具
2`text` (string): Text content
`title` (string): Message title
概览
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).
其他 分类下的更多 MCP 服务器
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
AutoBrowser MCP
autobrowser-aiBrowser MCP is a Model Context Provider (MCP) server that allows AI applications to control your browser
Codelf
unbugA search tool helps dev to solve the naming things problem.
XcodeBuildMCP
cameroncookeA Model Context Protocol (MCP) server and CLI that provides tools for agent use when working on iOS and macOS projects.
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论