📦
Docx Server
MCP server to manipulate DOCX file
0 installs
Trust: 34 — Low
Files
Ask AI about Docx Server
Powered by Claude · Grounded in docs
I know everything about Docx Server. Ask me about installation, configuration, usage, or troubleshooting.
0/500
Loading tools...
Reviews
Documentation
MCP docx server
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.
Example Configuration
{
"mcpServers": {
"WordDocServer": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli],python-docx,docx2pdf",
"mcp",
"run",
"<your local path>/mcp-docx-server/server_runner.py"
]
}
}
}
License
See the LICENSE file for details.
