wecom-docs-mcp-server
MCP server for WeCom (企业微信 / Enterprise WeChat) document operations — create, read, and edit WeCom Docs and Smartsheets from any MCP-compatible AI agent.
Gap this fills: Existing WeCom MCP servers (wecom-bot-mcp-server, wecom-mcp) only support sending messages via webhook. This server provides document CRUD operations via the
@wecom/clidocument API.
Compatible with: Claude Desktop · Hermes Agent · Cursor · any MCP client
Tools (9)
| Tool | Description |
|---|---|
wecom_read_doc |
Read a WeCom Doc or Smartsheet → Markdown |
wecom_create_doc |
Create a new Doc (type 3) or Smartsheet (type 10) |
wecom_edit_doc |
Write Markdown content to a doc |
wecom_smartsheet_setup_fields |
Initialize a smartsheet's column schema |
wecom_smartsheet_add_records |
Append rows (auto cell-format conversion) |
wecom_smartsheet_get_sheet |
List sheets in a smartsheet |
wecom_smartsheet_get_fields |
Get column definitions |
wecom_smartsheet_get_records |
Fetch all rows from a sheet |
wecom_get_doc_content |
Async-poll full doc content as Markdown |






