Skip to main content
Glama
Shawyeok

mcp-dingding-bot

by Shawyeok

MCP ディンディンボット

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

特徴

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

Related MCP server: dingtalk-mcp

ツール

  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ファイルをご覧ください。

Install Server
A
license - permissive license
C
quality
D
maintenance

Maintenance

Maintainers
Response time
Release cycle
Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

View all related MCP servers

Related MCP Connectors

  • MCP server for GLM chat completions using Zhipu AI models via AceDataCloud

  • MCP server for AI dialogue using various LLM models via AceDataCloud

  • MCP server exposing the AceDataCloud Fish Audio API (text-to-speech with voice conditioning)

View all MCP Connectors

Latest Blog Posts

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