MCP.so
ログイン

钉钉 MCP 服务器

@darrenyao

钉钉 MCP 服务器 について

概要はまだありません

基本情報

カテゴリ

その他

ランタイム

node

トランスポート

stdio

公開者

darrenyao

設定

以下の設定を使って、このサーバーを 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.

コメント

「その他」の他のコンテンツ