Summary
Both message types carry the same mention controls, so an alert can reach one person or the whole room.
The choice between the two tools is formatting alone: plain text for a short notice, Markdown with a title when a summary needs structure. Mentions attach either way, by mobile number or as an at-all. Sending is the entire surface — there is no read path, so a reply in the group does not come back through this server.
What it is
A two-tool notifier that posts into a DingTalk group through a bot's access token.
What you get
- Plain-text posts for a one-line notice.
- Markdown posts with a title, where a report needs headings and links to survive.
- The same mention controls on both: a list of phone numbers, or the whole group at once.
Requirements
A DingTalk bot and its access token, supplied as DINGTALK_BOT_ACCESS_TOKEN. Mentions are addressed by mobile number.
Setup effort
One command plus a key — npx -y mcp-dingding-bot, then supply credentials
