Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_send_link

Send link messages to DingTalk groups with a title, description, and target URL, optionally including an image. Integrates Claude Code with DingTalk for task completion alerts and notifications.

Instructions

Send a link message to DingTalk group

Input Schema

NameRequiredDescriptionDefault
messageUrlYesTarget URL
picUrlNoOptional image URL
textYesLink description text
titleYesLink title

Input Schema (JSON Schema)

{ "properties": { "messageUrl": { "description": "Target URL", "type": "string" }, "picUrl": { "description": "Optional image URL", "type": "string" }, "text": { "description": "Link description text", "type": "string" }, "title": { "description": "Link title", "type": "string" } }, "required": [ "title", "text", "messageUrl" ], "type": "object" }

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