DingDing MCPServer

wllcnm
GitHub
communicationdeveloper toolsAPI access

Loading subscription status...

💡 Description

A Model Control Protocol server that provides access to DingDing (Chinese workplace collaboration platform) API features, including retrieving access tokens, department lists, user information, and searching users by name.

📝 JSON Entries

{
  "mcpServers": [
    {
      "dingding": {
        "args": [
          "run",
          "-i",
          "--rm",
          "-e",
          "DINGDING_APP_KEY=yourAppKey",
          "-e",
          "DINGDING_APP_SECRET=yourAppSecret",
          "ghcr.io/your_username/dingding-mcp:latest"
        ],
        "command": "docker"
      }
    }
  ]
}

🛠️ Tools

get_access_tokenget_department_listget_department_userssearch_user_by_name

Features

  • Get DingDing Access Token
  • Retrieve department list
  • Get users in department
  • Search user by name

💬 Example Queries

  • Get access token for DingDing
  • Retrieve list of departments
  • Get user list from department with ID
  • Search for user by name