MCP.so
ログイン
M

Mcp Server Dingtalk

@1lib

Mcp Server Dingtalk について

A Model Context Protocol (MCP) server for DingTalk integration.

基本情報

カテゴリ

その他

トランスポート

stdio

公開者

1lib

投稿者

Larry Page

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "mcp-server-dingtalk": {
      "transport": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "mcp-server-dingtalk"
      ],
      "env": {
        "DINGTALK_BOT_CONFIGS": "[{\"name\": \"your-bot-name\", \"accessToken\": \"your-access-token\", \"signSecret\": \"your-sign-secret\"}]"
      }
    }
  }
}

ツール

1

send a message to a dingtalk chat via bot name

概要

What is Mcp Server Dingtalk?

Mcp Server Dingtalk is an MCP server that enables sending messages to DingTalk chat groups via configured bots. It supports multiple message types (text, link, markdown, actionCard, feedCard) and uses HMAC-SHA256 for secure webhook signing. It is designed for developers who want to integrate DingTalk notifications into AI assistants or automation workflows.

How to use Mcp Server Dingtalk?

Install by running npx -y mcp-server-dingtalk. Configure via JSON in your MCP client settings, setting the DINGTALK_BOT_CONFIGS environment variable with an array of bot definitions (name, accessToken, signSecret). The server exposes a single tool dingtalk_bot_send_message to send messages with type-specific parameters.

Key features of Mcp Server Dingtalk

  • DingTalk bot message sending capabilities
  • Multiple message types: text, link, markdown, actionCard, feedCard
  • Secure webhook signing with HMAC-SHA256
  • Built with Vite for fast development and optimized builds
  • TypeScript support with strict type checking

Use cases of Mcp Server Dingtalk

  • Send alert notifications from AI agents to DingTalk groups
  • Deliver formatted status reports using markdown or action cards
  • Integrate DingTalk as a notification channel in MCP-based automation pipelines

FAQ from Mcp Server Dingtalk

What runtime does Mcp Server Dingtalk require?

Node.js 18+ and pnpm (recommended) or npm.

How do I configure the DingTalk bot?

Set the DINGTALK_BOT_CONFIGS environment variable to a JSON array of bot objects, each containing name, accessToken, and signSecret.

What message types are supported?

Text, link, markdown, actionCard, and feedCard messages.

Can I customize the DingTalk API base URL?

Yes, by setting the DINGTALK_BASE_URL environment variable (defaults to https://oapi.dingtalk.com/robot/send).

How is the server transported?

It uses stdio transport.

コメント

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