Give your AI agents two tools to read Word documents as HTML and apply edits as Word tracked changes — never silent overwrites. Connect once via MCP; your agent handles .docx from there.
Cursor speaks Streamable HTTP natively. Add the server to .cursor/mcp.json, drop in your sk_live_ key, and restart your client.
{
"mcpServers": {
"vespper-docx-mcp": {
"url": "https://mcp.vespper.com/mcp",
"headers": {
"Authorization": "Bearer sk_live_YOUR_KEY"
}
}
}
}Endpoint: https://mcp.vespper.com/mcp · Transport: Streamable HTTP · Claude Desktop speaks stdio, so bridge it with mcp-remote.
Two tools, no server-side session. Typical flow: read_document → edit_document → continue with the returned base64 or save the file locally.