Skip to main content
Glama

Claude Code DingTalk MCP Server

by sfyyy

dingtalk_configure

Set up and manage DingTalk webhook configurations to send task alerts and messages from Claude Code to DingTalk groups. Specify webhook URL, optional secret, and keywords for secure integration.

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" }
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