Local-first MCP server for Microsoft Word. 50 tools cover document creation, paragraph/heading/table management, style application, tracked changes review, bulk find-replace, image insertion, and PDF/HTML export. File-based tools (python-docx) run on Windows without Word installed. COM tools (tracked changes, PDF/HTML export) additionally require Microsoft Word. No hosted tier — runs on your machine.
Server Config
{
"mcpServers": {
"word": {
"command": "python",
"args": [
"-m",
"wordmcp.server"
]
}
}
}