Give your AI agents tools to create, read, and edit Word documents. Connect once via MCP — your agent handles .docx from there.
Add the server to your MCP config, set VESPPER_API_KEY to your key, and restart your client.
{
"mcpServers": {
"vespper-docx-mcp": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://mcp.vespper.com/mcp",
"--header",
"Authorization:Bearer $VESPPER_API_KEY"
]
}
}
}Endpoint: https://mcp.vespper.com/mcp · Transport: MCP over HTTP via mcp-remote