钉钉 MCP 服务器
@darrenyao
About 钉钉 MCP 服务器
No overview available yet
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"dingtalk-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/dingtalk",
"-f",
"Dockerfile",
"."
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is 钉钉 MCP 服务器?
钉钉 MCP 服务器 is an implementation of the Model Context Protocol (MCP) for DingTalk, enabling Claude to search users, retrieve user details, and send messages within a DingTalk workspace. It is designed for developers who want to integrate DingTalk collaboration capabilities with AI assistants.
How to use 钉钉 MCP 服务器?
Create a DingTalk internal application, configure the required permissions (userinfo, message, user), and obtain the AppKey and AppSecret. Then add the server to Claude Desktop by editing claude_desktop_config.json with either the npx or docker invocation, passing the credentials as environment variables (DINGTALK_APP_KEY, DINGTALK_APP_SECRET).
Features of 钉钉 MCP 服务器
- Search users – Find DingTalk users by keyword with optional exact match.
- Get user info – Retrieve detailed profile data (name, job number, department, etc.).
- Send messages – Send private messages to a specified user.
- Simple setup – Configure via environment variables and standard MCP client config.
- Both npx and Docker – Choose between Node.js or containerized deployment.
Use cases of 钉钉 MCP 服务器
- Allow Claude to look up colleagues by name or ID in DingTalk.
- Let Claude fetch detailed employee information (contact, department, hire date).
- Enable Claude to send private notifications or reminders to specific DingTalk users.
FAQ from 钉钉 MCP 服务器
What runtime does 钉钉 MCP 服务器 require?
It can run via Node.js (using npx) or Docker. The README provides configuration examples for both.
How do I obtain the required credentials?
You must create an internal DingTalk application in the DingTalk Developer Console and save its AppKey and AppSecret.
What permissions does the DingTalk application need?
The application must be granted the following permissions: userinfo (get user info), message (send messages), and user (get user list).
What tools are provided?
Three tools: dingtalk_search_users (search users), dingtalk_get_user_info (get user details), and dingtalk_send_message (send private message).
How can I troubleshoot permission errors?
Check that the application has the correct permissions, is installed in the enterprise, the credentials are properly set, and the application has been granted access.
More Other MCP servers
Unity MCP ✨
justinpbarnettUnity MCP acts as a bridge between AI assistants and your Unity Editor. Give your LLM tools to manage assets, control scenes, edit scripts, and automate tasks within Unity.
Blender
ahujasidOpen-source MCP to use Blender with any LLM
MCP Toolbox for Databases
googleapisMCP Toolbox for Databases is an open source MCP server for databases.
Production-ready MCP integrations for AI applications
Klavis-AIKlavis AI: MCP integration platforms that let AI agents use tools reliably at any scale
IDA Pro MCP
mrexodiaAI-powered reverse engineering assistant that bridges IDA Pro with language models through MCP.
Comments