Overview
What is MCP docx server?
MCP docx server is an MCP server for creating and editing Microsoft Word (.docx) files. It is designed to be used with MCP-compatible clients like Claude Desktop.
How to use MCP docx server?
Configure the server in your MCP client using the provided JSON. The server is launched via uv run with dependencies mcp[cli], python-docx, and docx2pdf. See the example configuration in the README for exact arguments.
Key features of MCP docx server
- Create new DOCX files programmatically.
- Edit existing DOCX files.
- Integrates with the Model Context Protocol.