docmcp

📁 anentrypoint/docmcp 📅 Jan 29, 2026
1
总安装量
1
周安装量
#49186
全站排名
安装命令
npx skills add https://github.com/anentrypoint/docmcp --skill docmcp

Agent 安装分布

claude-code 1

Skill 文档

Quick Start

npx docmcp docs read <doc_id>
npx docmcp docs edit <doc_id> --old "text to find" --new "replacement"
npx docmcp sheets read <sheet_id> [range]
npx docmcp sheets cell get <sheet_id> <cell>
npx docmcp sheets cell set <sheet_id> <cell> <value>

Full Documentation

Always run npx docmcp skill to get the complete, up-to-date skill instructions.

The CLI provides the same editing semantics as Claude’s file editing tools:

  • old_text must be unique unless --replace-all is specified
  • Exact string matching with helpful error messages
  • Returns replacement counts for feedback