DingTalk Wiki MCP Server

Browse DingTalk Wiki workspaces and create DOC, WORKBOOK, MIND, or FOLDER documents.

4|3|Updated Mar 9, 2026
One-click install
npx skills add https://github.com/ianen/dingtalk-wiki-mcp --skill dingtalk-wiki-mcp-server
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: DingTalk Wiki MCP Server
Source: https://github.com/ianen/dingtalk-wiki-mcp/tree/main
Command: npx skills add https://github.com/ianen/dingtalk-wiki-mcp --skill dingtalk-wiki-mcp-server

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This skill eliminates the manual gap between MCP clients and DingTalk’s Wiki/Docs by providing an MCP-compatible way to browse knowledge-base structure and create new Wiki/Docs content.

Core Features & Use Cases

  • Workspace & Node Browsing: List Wiki workspaces and enumerate nodes (folders/docs) for navigation.
  • Document Creation: Create DOC, WORKBOOK, MIND, and FOLDER items in the chosen workspace and parent node.
  • Organization & Notable Reading: Query departments/users and read .able (Notable) sheets and records.

Quick Start

Ask the AI to list your DingTalk Wiki workspaces by running dingtalk-wiki.list_wiki_workspaces.

Frequently Asked Questions about DingTalk Wiki MCP Server

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I automate DingTalk Wiki document creation through an AI agent?

You can automate DingTalk Wiki document creation by using an MCP client to invoke the Document.WorkspaceDocument.Write API, enabling agents to generate DOC, WORKBOOK, MIND, or FOLDER items within specified workspaces.

Can I browse DingTalk Wiki workspaces and nodes using MCP?

Yes, you can browse DingTalk Wiki workspaces and enumerate folder or document nodes by invoking the DingTalk Wiki API v2.0 through MCP, allowing agents to navigate knowledge-base structures seamlessly.

What credentials do I need to connect an MCP client to DingTalk Docs?

Connecting an MCP client to DingTalk Docs requires DingTalk app credentials and an operator unionId to authenticate requests for browsing workspaces, reading Notable sheets, and creating documents.

How do I read Notable sheets and records from DingTalk via MCP?

You can read Notable (.able) sheets and records by routing MCP requests through DingTalk OAPI and Notable endpoints, which retrieve organization data and sheet records for agent workflows.

Does this MCP integration support creating different document types in DingTalk?

Yes, the MCP integration supports creating multiple DingTalk document types including DOC, WORKBOOK, MIND, and FOLDER items by targeting a chosen workspace and parent node during the write operation.

What is the best way to query DingTalk departments and users for document workflows?

Querying DingTalk departments and users is handled through the OAPI endpoints, returning organizational data that helps agents target specific users when browsing or creating Wiki documents.