Skip to main content
Glama

mcp-dingding-bot

MCP ディンディンボット

DingDing Bot API 用の MCP サーバー。DingDing / Dingtalk メッセージの通知とやり取りを可能にします。

特徴

  • メッセージ通知: さまざまな種類のDingDingメッセージを送信します(テキスト/マークダウン)

ツール

  1. send_text_message
    • ディンディングループにプレーンテキストメッセージを送信する
    • 入力:
      • text (文字列): テキストコンテンツ
      • atAll (オプションのブール値): すべてのメンバーを@するかどうか
  2. send_markdown_message
    • マークダウン形式のメッセージをdingdingグループに送信する
    • 入力:
      • title (文字列): メッセージのタイトル
      • text (文字列):Markdownコンテンツ
      • atAll (オプションのブール値): すべてのメンバーを@するかどうか

設定

ディンディンボットトークン

  1. DingDing グループ チャット ボットを作成します。
    • グループ設定 > グループボット管理へ移動
    • カスタムボットを作成する
    • Webhook URLとシークレットを保存する

Claude Desktopでの使用

claude_desktop_config.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": "<YOUR_ACCESS_TOKEN>", "DINGTALK_BOT_SECRET": "<YOUR_SECRET>" // Optional, for robots with signature verification enabled } } } }

NPX

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

建てる

Dockerビルド:

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

環境変数

  • DINGTALK_BOT_ACCESS_TOKEN : Dingdingグループロボットのアクセストークン(必須)
  • DINGTALK_BOT_SECRET : Dingdingグループロボットの署名シークレット(オプション)

参考文献

ライセンス

このMCPサーバーはMITライセンスに基づいてライセンスされています。つまり、MITライセンスの条件に従って、ソフトウェアを自由に使用、改変、配布することができます。詳細については、プロジェクトリポジトリのLICENSEファイルをご覧ください。

-
security - not tested
A
license - permissive license
-
quality - not tested

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

dingding(別名dingtalk)グループカスタムロボット経由でテキスト/マークダウンメッセージを送信するためのMCPサーバー

  1. 特徴
    1. ツール
      1. 設定
        1. ディンディンボットトークン
        2. Claude Desktopでの使用
        3. ドッカー
        4. NPX
      2. 建てる
        1. 環境変数
          1. 参考文献
            1. ライセンス

              Related MCP Servers

              • -
                security
                F
                license
                -
                quality
                An MCP server that enables communication with users through Telegram. This server provides a tool to ask questions to users and receive their responses via a Telegram bot.
                Last updated -
                1
                16
                JavaScript
              • -
                security
                -
                license
                -
                quality
                An MCP-based messaging system that allows AI systems to interact with various messaging platforms through standardized tools for sending text, images, documents, buttons, and alerts.
                Last updated -
                Python
              • -
                security
                F
                license
                -
                quality
                An MCP server that enables sending Markdown-formatted notifications to Microsoft Teams channels through a simple tool interface.
                Last updated -
                1
                Python
              • A
                security
                A
                license
                A
                quality
                MCP server that integrates Microsoft Teams messaging (read, post, mention, list members and threads)
                Last updated -
                6
                253
                Python
                Apache 2.0
                • Linux
                • Apple

              View all related MCP servers

              MCP directory API

              We provide all the information about MCP servers via our MCP API.

              curl -X GET 'https://glama.ai/api/mcp/v1/servers/Shawyeok/mcp-dingding-bot'

              If you have feedback or need assistance with the MCP directory API, please join our Discord server