D

DingDing Bot

Integrates with DingDing (Dingtalk) to enable sending text and markdown messages to group chats thro...

88 views
0 installs
Updated Sep 14, 2025
Not audited
Integrates with DingDing (Dingtalk) to enable sending text and markdown messages to group chats through custom robot webhooks, supporting user mentions and formatted content for automated notification workflows.
  1. Open DingDing (DingTalk) App

    • Log in to your DingDing (now Dingtalk) account and navigate to the desired group where you want to create the bot.
  2. Create a Custom Bot

    • In the group chat, tap on the group name or settings icon to enter group settings.
    • Find and select “Group Bot Management” (also called “Group Assistant” in some versions).
    • Click “Add Bot” or “Create Custom Bot”.
    • Fill in the required fields (Bot name, icon, etc.).
    • For security, you may be prompted to add keywords or signature verification.
    • After creating the bot, copy and save the “Webhook URL” and, if you enabled additional security, note down the “Secret”.
  3. Extract the Required Values

    • DINGTALK_BOT_ACCESS_TOKEN: This is found in the webhook URL.
      • The webhook will look like: https://oapi.dingtalk.com/robot/send?access_token=YOUR_ACCESS_TOKEN
      • Copy the value after access_token=.
    • DINGTALK_BOT_SECRET (optional): If “Signature Verification” was enabled during bot creation, you will receive a “Secret”. Copy this.
  4. Fill in the FastMCP Connection Interface

    • Click your ready-made “Install Now” button for the MCP DingDing Bot.
    • In the FastMCP connection interface, paste your DINGTALK_BOT_ACCESS_TOKEN into the appropriate input.
    • If you have a secret (from step 3), also paste it into the corresponding field.

References

Summary Table

Variable How to Obtain Required?
DINGTALK_BOT_ACCESS_TOKEN In the webhook URL after access_token= Yes
DINGTALK_BOT_SECRET Provided during bot creation if signature enabled No

Quick Start

View on GitHub

More for Communication

View All →

Report Issue

Thank you! Your issue report has been submitted successfully.