MCP.so
ログイン

Mcp Dingdingbot Server

@HundunOnline

Mcp Dingdingbot Server について

钉钉webhook MCP server

基本情報

カテゴリ

その他

ライセンス

GPL-3.0

ランタイム

go

トランスポート

stdio

公開者

HundunOnline

投稿者

Alfred Xia

設定

標準の設定はありません

このサーバーの README には解析可能な MCP 設定ブロックが含まれていません。インストール手順はリポジトリをご確認ください。

リポジトリ

ツール

ツールは検出されませんでした

ツールは README から自動的に抽出されます。メンテナーは ## Tools という見出しの下に記載することで、このタブに反映できます。

概要

What is Mcp Dingdingbot Server?

Mcp Dingdingbot Server is an MCP server application that sends various types of messages to DingDing group robots. It supports text, markdown, image, news, and template card messages, as well as file uploads. It is designed for developers who need to integrate DingDing group notifications with MCP-compatible tools.

How to use Mcp Dingdingbot Server?

Clone the repository, build using make build, and link the binary to /usr/local/bin. Configure the server by setting the DINGDING_BOT_WEBHOOK_KEY (required) and optionally DINGDING_BOT_SIGN_KEY in the MCP settings file. Invoke the server with commands like send_text, send_markdown, send_image, send_news, send_template_card, or upload_file to send messages.

Key features of Mcp Dingdingbot Server

  • Text message support
  • Markdown message support
  • Image message support
  • News message support
  • Template card message support
  • File upload support
  • Signature verification for enhanced security

Use cases of Mcp Dingdingbot Server

  • Send real-time alerts or notifications to a DingDing group
  • Post formatted markdown reports from automated workflows
  • Share images or news links with team members
  • Upload files directly to DingDing from MCP clients
  • Deliver template card messages for structured updates

FAQ from Mcp Dingdingbot Server

What is the DINGDING_BOT_WEBHOOK_KEY and how do I get it?

The webhook key is the access_token parameter from your DingDing robot's webhook URL, which you obtain when creating a custom robot in DingDing. It is required for all operations.

What is the DINGDING_BOT_SIGN_KEY and when is it needed?

The sign key is an optional security key used for HMAC-SHA256 signature verification when the DingDing robot has signing enabled. It is recommended for enhanced security.

What types of messages can I send with this server?

You can send text, markdown, image, news, and template card messages, as well as upload files.

How do I configure the server?

Configure it in your MCP settings JSON by specifying the binary path and environment variables DINGDING_BOT_WEBHOOK_KEY and optionally DINGDING_BOT_SIGN_KEY.

Does the server support both English and Chinese prompts?

Yes, the server supports prompts in both English and Chinese, with sample commands provided in both languages.

コメント

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