DingDing Bot
Integrates with DingDing (Dingtalk) to enable sending text and markdown messages to group chats thro...
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.
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”.
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=.
- The webhook will look like:
- DINGTALK_BOT_SECRET (optional): If “Signature Verification” was enabled during bot creation, you will receive a “Secret”. Copy this.
- DINGTALK_BOT_ACCESS_TOKEN: This is found in the webhook URL.
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_TOKENinto the appropriate input. - If you have a secret (from step 3), also paste it into the corresponding field.
References
- Official DingTalk instructions: Custom robot access documentation
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
Choose Connection Type for
Authentication Required
Please sign in to use FastMCP hosted connections
Configure Environment Variables for
Please provide values for the following environment variables:
started!
The MCP server should open in . If it doesn't open automatically, please check that you have the application installed.
Copy and run this command in your terminal:
Make sure Gemini CLI is installed:
Visit Gemini CLI documentation for installation instructions.
Make sure Claude Code is installed:
Visit Claude Code documentation for installation instructions.
Installation Steps:
Configuration
Installation Failed
More for Communication
View All →
Slack
Experience the most powerful MCP server for Slack workspaces with advanced message and channel support. This feature-rich server allows fetching messages from channels, threads, DMs, and group DMs with embedded user info and smart history pagination by date or count. It supports enterprise workspaces, caching for faster access, and flexible transports like Stdio and SSE with proxy settings. Designed for stealth operation or secure access via OAuth, it integrates channel and thread lookups by name or ID to give rich, contextual Slack workspace data efficiently and reliably. Perfect for developers needing robust Slack data handling.