dingding-mcp
If you are the rightful owner of dingding-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
这是一个基于MCP(Model Control Protocol)的钉钉服务,提供了钉钉API的访问功能。
钉钉 MCP 服务是一个基于 Model Control Protocol 的服务,旨在简化与钉钉 API 的交互。通过此服务,用户可以轻松获取钉钉的 Access Token、部门列表、部门用户列表,并根据姓名查询用户详细信息。该服务支持 Python 3.12+ 环境,并推荐使用 Docker 进行部署,以确保环境的一致性和稳定性。用户需要在钉钉开放平台上创建企业内部应用,并获取相应的 AppKey 和 AppSecret 以进行配置。服务提供了多种使用方式,包括在 Claude 桌面客户端中使用、本地开发和 Docker 部署。
Features
- 获取钉钉 Access Token
- 获取部门列表
- 获取部门用户列表
- 根据姓名查询用户详细信息
Tools
get_access_token
Get access token for DingTalk API
get_department_list
Get a list of departments of the enterprise
get_department_users
Get the user list for the specified department
search_user_by_name
Query user details through user name