MCP Office Word runs on your own machine — the client starts it, so there is no endpoint to ping. 113 installs a week from pypi. Last commit 14 Jul 2026.
50-tool Word MCP server. Document assembly, tracked changes, and export. Windows-first.
Today is the operative word: we check MCP Office Word every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add mcp-office-word -- uvx mcp-office
{
"mcpServers": {
"mcp-office-word": {
"args": [
"mcp-office"
],
"command": "uvx"
}
}
}
[mcp_servers.mcp-office-word]
command = "uvx"
args = ["mcp-office"]
{
"mcpServers": {
"mcp-office-word": {
"args": [
"mcp-office"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"mcp-office-word": {
"args": [
"mcp-office"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
WORD_ALLOWLIST_ROOTS (Comma-separated directory roots allowed for file access. Required — no files are accessible without this.), WORD_ENABLE_WRITE (Set to 'true' to enable write operations (document content editing and styles).), WORD_ENABLE_COM (Set to 'true' to activate COM-backed tools: manage_tracked_changes and export_document (PDF/HTML). Windows-only — requires pywin32 and Microsoft Word.).
The author declared them in the registry entry; get the values from the project itself.
Microsoft Office MCP server: read and edit Word documents, Excel workbooks, and PowerPoint files
Local-first document MCP for AI agents: create, read, secure and sign PDF/Word/Excel/PPTX.
Word (.docx) MCP server: 221 operations, live editing, tracked changes, citations, mail merge.
Read-only local-first MCP server for private Markdown, PDF, and Tika-backed search on Windows.
Secure MCP server for exploring incwo CRM data, documents, and email workflows.
Rust-native MCP server for Office document processing
MCP server for government forms and document workflows in Kenya (fomu = form)
PandaDoc MCP server for creating, sending, signing, and tracking PandaDoc documents.
Answers built from our own checks of this server.