D

Dingtalk MCP Server

The implementation of the DingTalk MCP server enables Claude to interact with the DingTalk workspace, providing functions such as user search, information retrieval, and message sending.
2 points
17

What is the DingTalk MCP Server?

The DingTalk MCP server is a bridge connecting the Claude AI and the DingTalk workspace. It allows Claude to access the enterprise data in DingTalk and interact with DingTalk users, such as searching for colleague information, viewing detailed profiles, or sending private messages.

How to use the DingTalk MCP Server?

Before use, you need to create an application in the DingTalk developer console and configure the permissions. Then, add the server connection information to the Claude Desktop configuration file to start using it.

Applicable Scenarios

It is suitable for scenarios in the enterprise environment where Claude is needed to assist in handling DingTalk - related affairs, such as quickly finding colleague contact information, automatically sending notification messages, or integrating into the workflow.

Main Features

Search UsersSearch for users within the DingTalk enterprise based on keywords, supporting exact matching and fuzzy search.
Get User DetailsView the detailed information of a specified user, including department, position, contact information, etc.
Send MessageSend a private message directly to a DingTalk user, supporting text content.

Advantages and Limitations

Advantages
Seamless integration with the DingTalk enterprise address book
Simplify the enterprise internal information query process
Secure and reliable enterprise - level authentication
Support multiple deployment methods (npx/docker)
Limitations
Only for internal use within the enterprise
Requires administrator privileges to configure the application
Currently only supports text message sending
The functions are relatively basic and do not support complex interactions

How to Use

Create a DingTalk Application
Visit the DingTalk developer console to create an internal enterprise application and obtain the AppKey and AppSecret.
Configure Application Permissions
Configure the userinfo, message, and user permissions on the application details page.
Configure Claude Desktop
Add the DingTalk MCP server connection information to the configuration file.

Usage Examples

Find Colleague Contact InformationWhen you need to contact a colleague but don't know their contact information, you can quickly find and view the detailed information through the search function.
Send Meeting ReminderAutomatically send meeting reminder messages to participants, saving time on manual notifications.

Frequently Asked Questions

Why can't I search for some users?
What should I do if the message sending fails?
Does it support sending rich - text messages?

Related Resources

DingTalk Developer Documentation
Official documentation of the DingTalk open platform
MCP Protocol Specification
Technical specification of the Model Context Protocol
Example Code Repository
Implementation code of the DingTalk MCP server
Installation
Copy the following command to your Client for configuration
{
  "mcpServers": {
    "dingtalk": {
      "command": "npx",
      "args": [
        "-y",
        "@darrenyao/server-dingtalk"
      ],
      "env": {
        "DINGTALK_APP_KEY": "your_app_key",
        "DINGTALK_APP_SECRET": "your_app_secret"
      }
    }
  }
}

{
  "mcpServers": {
    "dingtalk": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "-e",
        "DINGTALK_APP_KEY",
        "-e",
        "DINGTALK_APP_SECRET",
        "mcp/dingtalk"
      ],
      "env": {
        "DINGTALK_APP_KEY": "your_app_key",
        "DINGTALK_APP_SECRET": "your_app_secret"
      }
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.
Featured MCP Services
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
141
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
86
4.3 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
1.7K
5 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
830
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
565
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
6.7K
4.5 points
G
Gmail MCP Server
A Gmail automatic authentication MCP server designed for Claude Desktop, supporting Gmail management through natural language interaction, including complete functions such as sending emails, label management, and batch operations.
TypeScript
282
4.5 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
5.2K
4.7 points
AIbase
Zhiqi Future, Your AI Solution Think Tank
© 2025AIbase