MCP docx server
@h4ck4life
About MCP docx server
MCP server to manipulate DOCX file
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"WordDocServer": {
"command": "uv",
"args": [
"run",
"--with",
"mcp[cli],python-docx,docx2pdf",
"mcp",
"run",
"<your local path>/mcp-docx-server/server_runner.py"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
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.
Basic information
More Files & Storage MCP servers

Agent Coherence
CohexaStop AI agents from silently overwriting each other's shared files — a single-host coherence guard, TLA+-verified.
Mcp Filesystem
gabrielmaialva33A secure Model Context Protocol (MCP) server providing filesystem access within predefined directories
PDF Tools MCP
danielkennedy1Google Drive MCP Server
hxie-pallasA google drive mcp servers based on Python
Mcp Google Sheets
xing5This MCP server integrates with your Google Drive and Google Sheets, to enable creating and modifying spreadsheets.
Comments