Skip to main content
Vespper DOCX MCP lets agents read .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

Endpointhttps://mcp.vespper.com/mcp
AuthAuthorization: Bearer sk_live_...
Toolsread_document, edit_document
See the Quickstart for harness, SDK, and no-framework setup paths.

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