Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_configure

Set up DingTalk webhook configurations to enable Claude Code task alerts and notifications. Define URL, optional secret, and keywords for secure group messaging.

Instructions

Configure DingTalk webhook settings

Input Schema

NameRequiredDescriptionDefault
keywordsNoOptional keywords for security validation
secretNoOptional secret for signature verification
webhookYesDingTalk webhook URL with access token

Input Schema (JSON Schema)

{ "properties": { "keywords": { "description": "Optional keywords for security validation", "items": { "type": "string" }, "type": "array" }, "secret": { "description": "Optional secret for signature verification", "type": "string" }, "webhook": { "description": "DingTalk webhook URL with access token", "type": "string" } }, "required": [ "webhook" ], "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