Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_send_text

Send text messages to DingTalk groups directly from Claude Code. Use this tool to deliver task alerts or notifications, optionally @all members for immediate attention.

Instructions

Send a text message to DingTalk group

Input Schema

NameRequiredDescriptionDefault
atAllNoWhether to @all members
contentYesText content to send

Input Schema (JSON Schema)

{ "properties": { "atAll": { "default": false, "description": "Whether to @all members", "type": "boolean" }, "content": { "description": "Text content to send", "type": "string" } }, "required": [ "content" ], "type": "object" }
Install Server

Other Tools from Claude Code DingTalk MCP Server

Related Tools

    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/sfyyy/claude-code-dingtalk-mcp'

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