- Explore MCP Servers
- dingtalk-mcp
Dingtalk Mcp
What is Dingtalk Mcp
dingtalk-mcp is a Message Connector Protocol (MCP) service designed for interaction with DingTalk enterprise applications. It provides API interfaces for querying employee information and sending messages, developed in Go language.
Use cases
Use cases for dingtalk-mcp include automating employee notifications, managing internal communications, sending reminders or alerts, and retrieving employee data for reporting or analytics.
How to use
To use dingtalk-mcp, install it using the command ‘go install github.com/zhaoyunxing92/dingtalk-mcp@latest’. Configure the MCP service by creating an application on the DingTalk Open Platform and setting the necessary permissions and environment variables such as DINGTALK_AGENT_ID, DINGTALK_KEY, and DINGTALK_SECRET.
Key features
Key features of dingtalk-mcp include: 1) get_employees_count - retrieves the number of employees in the enterprise; 2) get_simple_employees - fetches basic information of employees in the root department; 3) recall_corp_conversation - retracts messages sent to employees; 4) send_corp_conversation - sends text messages to enterprise users; 5) send_markdown_corp_conversation - sends messages in Markdown format.
Where to use
dingtalk-mcp is primarily used in enterprise environments where communication and employee management are essential. It is suitable for organizations that utilize DingTalk for internal messaging and collaboration.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Dingtalk Mcp
dingtalk-mcp is a Message Connector Protocol (MCP) service designed for interaction with DingTalk enterprise applications. It provides API interfaces for querying employee information and sending messages, developed in Go language.
Use cases
Use cases for dingtalk-mcp include automating employee notifications, managing internal communications, sending reminders or alerts, and retrieving employee data for reporting or analytics.
How to use
To use dingtalk-mcp, install it using the command ‘go install github.com/zhaoyunxing92/dingtalk-mcp@latest’. Configure the MCP service by creating an application on the DingTalk Open Platform and setting the necessary permissions and environment variables such as DINGTALK_AGENT_ID, DINGTALK_KEY, and DINGTALK_SECRET.
Key features
Key features of dingtalk-mcp include: 1) get_employees_count - retrieves the number of employees in the enterprise; 2) get_simple_employees - fetches basic information of employees in the root department; 3) recall_corp_conversation - retracts messages sent to employees; 4) send_corp_conversation - sends text messages to enterprise users; 5) send_markdown_corp_conversation - sends messages in Markdown format.
Where to use
dingtalk-mcp is primarily used in enterprise environments where communication and employee management are essential. It is suitable for organizations that utilize DingTalk for internal messaging and collaboration.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Content
dingtalk-mcp
本项目是一个钉钉MCP(Message Connector Protocol)服务,提供了与钉钉企业应用交互的API接口。项目基于Go语言开发,支持员工信息查询和消息发送等功能。
安装
go install github.com/zhaoyunxing92/dingtalk-mcp@latest
配置MCP服务
钉钉开放平台 创建一个应用,并给应用配置权限
功能列表
| API名称 | 功能描述 |
|---|---|
| get_employees_count | 获取企业员工人数 |
| get_simple_employees | 获取企业的员工基础信息(只获取根部门的人) |
| recall_corp_conversation | 撤回给员工的消息 |
| send_corp_conversation | 企业用户发送文本消息 |
| send_markdown_corp_conversation | 企业用户发送Markdown格式消息 |
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










