dingtalk v2.com
dingtalk v2.com logo

DingTalk v2

Provides integration with the DingTalk API, enabling easy deployment and scaling of services like chatbots and data proc...

Created byApr 23, 2025

DingTalk MCP Server V2

          • Markdown
          • Python 3.10+
          • MCP 0.1.0+
          • aiohttp 3.9.1+
          • `DINGTALK_APP_KEY`: AppKey
          • `DINGTALK_APP_SECRET`: AppSecret

          Claude

          1. `claude_desktop_config.json`
          1. Claude
          1. mcp-dingding-v2
          1. GitHub
          1. `--name`
          1. `--rm`
          • `docker ps -a | grep mcp-dingding-v2 | awk '{print $1}' | xargs -r docker rm -f`:
          • `docker pull ghcr.io/wllcnm/mcp-dingding-v2:latest`:
          • `docker run -i --rm --name mcp-dingding-v2 ...`:
          • `> /dev/null 2>&1`:
          Docker

          API

          1. send_message

          • - conversation_id: ID - message: - msg_type: text

          2. get_conversation_info

          • - conversation_id: ID

          3. get_user_info

          • - user_id: ID

          4. get_calendar_list

          • - userid: ID - start_time: - end_time: - max_results: 50 - next_token: token
          • - events: - summary: - start_time: - end_time: - location: - organizer: - description: - status: - attendees: - next_token: token - total:
          Claude
          1. - API - -
          1. - API - -
          MIT