钉钉 MCP 服务器
@darrenyao
关于 钉钉 MCP 服务器
暂无概览
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"dingtalk-mcp-server": {
"command": "docker",
"args": [
"build",
"-t",
"mcp/dingtalk",
"-f",
"Dockerfile",
"."
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
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.
其他 分类下的更多 MCP 服务器
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.
MaxKB
1Panel-dev🔥 MaxKB is an open-source platform for building enterprise-grade agents. 强大易用的开源企业级智能体平台。
Awesome Mcp Servers
punkpeyeA collection of MCP servers.
Nginx UI
0xJackyYet another WebUI for Nginx
Core Philosophy: Connect, Unify, Respond
mindsdbDelegate anything. It comes back done.
评论