Package Exports
- dingtalk-mcp
- dingtalk-mcp/dist/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (dingtalk-mcp) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
钉钉待办MCP Server
🚀 功能特性
- 创建待办:
- 更新待办
- 删除待办
- 更新待办执行人状态
- 查询待办
如何使用
{
"mcpServers": {
"dingtalk-tasks": {
"command": "npx",
"args": [
"-y",
"dingtalk-tasks-mcp@latest"
],
"env": {
"DINGTALK_Client_ID": "your dingtalk client id",
"DINGTALK_Client_Secret": "your dingtalk client secret"
}
}
}
}
如何获取钉钉Client ID和Client Secret
📞 支持
- 钉钉开放平台: https://open.dingtalk.com
- MCP协议: https://modelcontextprotocol.io
- 欢迎加入钉钉MCP交流群