wecom-docs-mcp-server
JSON →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
npx @wecom/cli Tools · 9
- 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
Links
★ 2 GitHub stars