.docx files as HTML and apply edits as Word tracked changes (suggestions) — never silent overwrites.
For agents and coding tools, connect via vespper-docx-mcp. The MCP tools ship the editing instructions agents need — block anchoring, lazy classes, batching, tracked-change semantics — so you do not have to replicate them in a system prompt.
What you can do
Connect via MCP
Add vespper-docx-mcp to Cursor, Codex, Gemini CLI, Copilot CLI, Claude Desktop, Mastra, Vercel AI SDK, or a raw MCP client.
Read documents
Load a
.docx and get back an HTML projection the editor reasons over.Edit with tracked changes
Apply
{old, new} HTML edits; each change lands as a Word suggestion.MCP server
| Endpoint | https://mcp.vespper.com/mcp |
| Auth | Authorization: Bearer sk_live_... |
| Tools | read_document, edit_document |
For coding agents
- Quickstart — connect MCP from your harness, SDK, or raw client
- llms.txt — machine-readable index
- MCP setup — endpoint, tools, and connection details