About
MCP server to manipulate DOCX file
README
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.
Installing Docx Server
This server has no published package — it is built from source. Open the repository and follow its README.
▸ github.com/h4ck4life/mcp-docx-serverFAQ
Is Docx Server MCP free?
Yes, Docx Server MCP is free — one-click install via Unyly at no cost.
Does Docx Server need an API key?
No, Docx Server runs without API keys or environment variables.
Is Docx Server hosted or self-hosted?
Self-hosted: the server runs locally on your machine via the install command above.
How do I install Docx Server in Claude Desktop, Claude Code or Cursor?
Open Docx Server on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.
Related MCPs
GitHub
PRs, issues, code search, CI status
by GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
by mcpdotdirectCompare Docx Server with
Not sure what to pick?
Find your stack in 60 seconds
Author?
Embed badge for your README
Browse similar
All development MCPs
