mcp-dingding-bot
MCP ディンディンボット
DingDing Bot API 用の MCP サーバー。DingDing / Dingtalk メッセージの通知とやり取りを可能にします。
特徴
メッセージ通知: さまざまな種類のDingDingメッセージを送信します(テキスト/マークダウン)
Related MCP server: dingtalk-mcp
ツール
send_text_messageディンディングループにプレーンテキストメッセージを送信する
入力:
text(文字列): テキストコンテンツatAll(オプションのブール値): すべてのメンバーを@するかどうか
send_markdown_messageマークダウン形式のメッセージをdingdingグループに送信する
入力:
title(文字列): メッセージのタイトルtext(文字列):MarkdownコンテンツatAll(オプションのブール値): すべてのメンバーを@するかどうか
設定
ディンディンボットトークン
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ファイルをご覧ください。
Maintenance
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
- AlicenseNot gradedqualityCmaintenancedingding webhook mcp server24GPL 3.0
- AlicenseBqualityCmaintenanceMCP Server for notify to telegram / weixin2129MIT
- AlicenseNot gradedqualityCmaintenanceA MCP server that exposes QQ bot capabilities over Streamable HTTP, enabling clients to query bot status, read group and friend info, fetch chat history, and send group/private text messages.2MIT
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)
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
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