Skip to main content
Glama

mcp-dingding-bot

MCP 钉钉机器人

DingDing Bot API 的 MCP 服务器,实现 DingDing / Dingtalk 消息通知和交互。

特征

  • 消息通知:发送各类钉钉消息(文本/markdown)

工具

  1. send_text_message
    • 向 dingding 群发送纯文本消息
    • 输入:
      • text (字符串):文本内容
      • atAll (可选布尔值): 是否@所有成员
  2. send_markdown_message
    • 向 dingding 群发送 markdown 格式的消息
    • 输入:
      • title (字符串):消息标题
      • text (字符串):Markdown 内容
      • atAll (可选布尔值): 是否@所有成员

设置

钉钉机器人代币

  1. 创建一个钉钉群聊机器人:
    • 进入群组设置 > 群组机器人管理
    • 创建自定义机器人
    • 保存 webhook URL 和 secret

与 Claude Desktop 一起使用

将以下内容添加到您的claude_desktop_config.json中:

Docker

{ "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 :您的叮叮群机器人访问令牌(必需)
  • DINGTALK_BOT_SECRET :您的钉钉群机器人签名密钥(可选)

参考

执照

此 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.

MCP 服务器用于通过 dingding (又名 dingtalk) 群组自定义机器人发送文本/markdown 消息

  1. 特征
    1. 工具
      1. 设置
        1. 钉钉机器人代币
        2. 与 Claude Desktop 一起使用
        3. Docker
        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