Skip to main content
Document Engine gives you four ways to read and edit .docx files without a visible editor: All four sit on the same underlying document capabilities. The browser, SDK, and CLI expose individual operations directly; MCP exposes grouped intent tools such as superdoc_search, superdoc_get_content, and superdoc_edit.

How it works

The Document API defines the canonical operations. The CLI and MCP server wrap them for different consumers. The SDKs manage the CLI process and expose typed methods.

Which surface should I use?