Track MCP LogoTrack MCP
Track MCP LogoTrack MCP

The world's largest repository of Model Context Protocol servers. Discover, explore, and submit MCP tools.

Product

  • Categories
  • Top MCP
  • New & Updated
  • Submit MCP

Company

  • About

Legal

  • Privacy Policy
  • Terms of Service
  • Cookie Policy

© 2026 TrackMCP. All rights reserved.

Built with ❤️ by Krishna Goyal

    Mcp Dingding Bot

    MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot

    11 stars
    TypeScript
    Updated Sep 25, 2025
    dingding-robot
    dingtalk
    dingtalk-robot
    mcp
    mcp-server

    Table of Contents

    • Features
    • Tools
    • Setup
    • DingDing Bot Token
    • Usage with Claude Desktop
    • Docker
    • NPX
    • Build
    • Environment Variables
    • References
    • License

    Table of Contents

    • Features
    • Tools
    • Setup
    • DingDing Bot Token
    • Usage with Claude Desktop
    • Docker
    • NPX
    • Build
    • Environment Variables
    • References
    • License

    Documentation

    MseeP.ai Security Assessment Badge

    MCP DingDing Bot

    MCP Server for the DingDing Bot API, enabling DingDing / Dingtalk message notifications and interactions.

    Features

    • Message Notifications: Send various types of DingDing messages (text / markdown)

    Tools

    1. send_text_message

    • Send a plain text message to a dingding group
    • Inputs:
    • text (string): Text content
    • atAll (optional boolean): Whether to @ all members

    2. send_markdown_message

    • Send a markdown formatted message to a dingding group
    • Inputs:
    • title (string): Message title
    • text (string): Markdown content
    • atAll (optional boolean): Whether to @ all members

    Setup

    DingDing Bot Token

    1. Create a DingDing group chat bot:

    • Go to group settings > Group Bot Management
    • Create a custom bot
    • Save the webhook URL and secret

    Usage with Claude Desktop

    Add the following to your claude_desktop_config.json:

    Docker

    json
    {
      "mcpServers": {
        "gitlab": {
          "command": "docker",
          "args": [
            "run",
            "--rm",
            "-i",
            "-e",
            "DINGTALK_BOT_ACCESS_TOKEN",
            "-e",
            "DINGTALK_BOT_SECRET",
            "shawyeok/mcp-dingding-bot"
          ],
          "env": {
            "DINGTALK_BOT_ACCESS_TOKEN": "",
            "DINGTALK_BOT_SECRET": "" // Optional, for robots with signature verification enabled
          }
        }
      }
    }

    NPX

    json
    {
      "mcpServers": {
        "gitlab": {
          "command": "npx",
          "args": [
            "-y",
            "mcp-dingding-bot"
          ],
          "env": {
            "DINGTALK_BOT_ACCESS_TOKEN": "",
            "DINGTALK_BOT_SECRET": "" // Optional, for robots with signature verification enabled
          }
        }
      }
    }

    Build

    Docker build:

    shell
    docker build -t shawyeok/mcp-dingding-bot .

    Environment Variables

    • DINGTALK_BOT_ACCESS_TOKEN: Your dingding group robot access token (required)
    • DINGTALK_BOT_SECRET: Your dingding group robot signature secret (optional)

    References

    • https://modelcontextprotocol.io/quickstart/server
    • https://open.dingtalk.com/document/robots/custom-robot-access

    License

    This MCP server is licensed under the MIT License. This means you are free to use, modify, and distribute the software, subject to the terms and conditions of the MIT License. For more details, please see the LICENSE file in the project repository.

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k
    View All MCP Servers

    Similar MCP

    Based on tags & features

    • MC

      Mcp Ipfs

      TypeScript·
      11
    • LI

      Liveblocks Mcp Server

      TypeScript·
      11
    • MC

      Mcp Open Library

      TypeScript·
      42
    • ME

      Metmuseum Mcp

      TypeScript·
      14

    Trending MCP

    Most active this week

    • PL

      Playwright Mcp

      TypeScript·
      22.1k
    • SE

      Serena

      Python·
      14.5k
    • MC

      Mcp Playwright

      TypeScript·
      4.9k
    • MC

      Mcp Server Cloudflare

      TypeScript·
      3.0k