MCP ExplorerExplorer

Mcp Dingding Bot

@Shawyeokon a year ago
6 MIT
FreeCommunity
AI Systems
#dingding-robot#dingtalk#dingtalk-robot#mcp#mcp-server
MCP Server for send text/markdown message via dingding (aka dingtalk) group custom robot

Overview

What is Mcp Dingding Bot

mcp-dingding-bot is an MCP Server designed to send text and markdown messages via DingDing (also known as Dingtalk) group custom robots, facilitating message notifications and interactions.

Use cases

Use cases include sending alerts, reminders, updates, and notifications to team members in DingDing groups, enhancing communication and collaboration.

How to use

To use mcp-dingding-bot, create a DingDing group chat bot, obtain the webhook URL and secret, and configure the server with your access token and optional secret. You can run it using Docker or NPX commands.

Key features

Key features include sending plain text messages and markdown formatted messages to DingDing groups, with options to notify all group members.

Where to use

mcp-dingding-bot can be used in corporate environments, team collaborations, and any scenario where automated message notifications are beneficial.

Content

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

NPX

Build

Docker build:

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

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.

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers