> ## Documentation Index
> Fetch the complete documentation index at: https://docs.vespper.com/llms.txt
> Use this file to discover all available pages before exploring further.

# Introduction

> Read and edit Microsoft Word documents through vespper-docx-mcp

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

<CardGroup cols={2}>
  <Card title="Connect via MCP" icon="plug" href="/quickstart">
    Add vespper-docx-mcp to Cursor, Codex, Gemini CLI, Copilot CLI, Claude Desktop, Mastra, Vercel AI SDK, or a raw MCP client.
  </Card>

  <Card title="Read documents" icon="file-word" href="/quickstart">
    Load a `.docx` and get back an HTML projection the editor reasons over.
  </Card>

  <Card title="Edit with tracked changes" icon="pen-to-square" href="/quickstart">
    Apply `{old, new}` HTML edits; each change lands as a Word suggestion.
  </Card>
</CardGroup>

## MCP server

|              |                                     |
| ------------ | ----------------------------------- |
| **Endpoint** | `https://mcp.vespper.com/mcp`       |
| **Auth**     | `Authorization: Bearer sk_live_...` |
| **Tools**    | `read_document`, `edit_document`    |

See the [Quickstart](/quickstart) for harness, SDK, and no-framework setup paths.

## For coding agents

* [Quickstart](/quickstart) — connect MCP from your harness, SDK, or raw client
* [llms.txt](https://docs.vespper.com/llms.txt) — machine-readable index
* [MCP setup](/mcp) — endpoint, tools, and connection details
