MCP Servers / communication / wecom-docs-mcp-server

wecom-docs-mcp-server

JSON →
stdionone2communication

WeCom (Enterprise WeChat) document operations via MCP — create, read, and edit Docs and Smartsheets. 9 tools. Fills the doc-CRUD gap: existing WeCom MCP servers only support webhook messaging

Install
How to run this server
[ { "cmd": "npx @wecom/cli", "imports": [] } ]
server path: wecom-docs-mcp-server
Tools
What this server exposes
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
Configuration
Environment & auth
authnone
Resources
wecom-docs-mcp-server — MCP Server · libregistry