This is the MCP docx server. It is used to manipulate DOCX files, including creating and editing them. Below is an example configuration to run the server in Claude Desktop.
{
"mcpServers": {
"WordDocServer": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli],python-docx,docx2pdf",
"mcp",
"run",
"<your local path>/mcp-docx-server/server_runner.py"
]
}
}
}
See the LICENSE file for details.
{
"mcpServers": {
"WordDocServer": {
"env": {},
"args": [
"run",
"--with",
"mcp[cli],python-docx,docx2pdf",
"mcp",
"run",
"mcp-docx-server/server_runner.py"
],
"command": "uv"
}
}
}
Seamless access to top MCP servers powering the future of AI integration.