JSPM

  • Created
  • Published
  • Downloads 226
  • Score
    100M100P100Q101511F
  • License MIT

DingTalk MCP Server - A TypeScript-based MCP server for DingTalk integration

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

  1. 成为钉钉开发者
  2. 创建应用
  3. 进入应用详情页-凭证与基础信息,获取Client ID和Client Secret
  4. 添加权限,申请以下权限点
    • Todo.Todo.Write
    • Todo.Todo.Read

📞 支持