office-word-mcp-server
MCP server for manipulating Microsoft Word documents
What it is and what it does
Office-Word-MCP-Server is a bridge between AI assistants and Microsoft Word documents, implemented as a Model Context Protocol server. It exposes Word document operations—creation, text insertion, table building, formatting, PDF conversion, and comment extraction—as callable tools that MCP clients can invoke. The server uses python-docx as its core document manipulation library, with fastmcp to implement the MCP protocol layer, and includes support for password protection and document-to-PDF conversion via docx2pdf and msoffcrypto-tool.
The package is designed for scenarios where an AI assistant needs to programmatically create or modify Word documents on behalf of a user. It handles document metadata, rich text formatting, table creation with cell styling and merging, image insertion, lists, headers, footers, and footnotes. However, the repository is now archived and abandoned, meaning no new features or bug fixes will be released—you are working with a snapshot from late 2025.
Use it for:
- Enable AI assistants to create formatted Word reports on demand by calling document creation and formatting tools.
- Build automated document generation pipelines where an AI generates structured content into .docx files.
- Allow AI assistants to extract and analyze comments from existing Word documents for review workflows.
- Convert Word documents to PDF format as part of an AI-driven document processing workflow.
- Prototype AI-assisted document editing where an assistant can modify or restructure content in existing .docx files.
Worth the install?
AI-flagged interpretation of the facts on this page — verify before relying
A Model Context Protocol server that exposes Word document creation, editing, formatting, and manipulation operations as tools for AI assistants and other MCP clients.
Yes, if you need MCP-based Word document manipulation and accept the maintenance risk. The package has low install friction, permissive licensing, and a large feature surface for document creation and formatting. However, the repository is archived and abandoned as of late 2025—no bug fixes or security updates will be released. Install only if the feature set meets your needs and you are comfortable supporting the code yourself or forking it if issues arise.
Install
office-word-mcp-server on PyPI
pip
pip install office-word-mcp-serveruv
uv add office-word-mcp-serverpoetry
poetry add office-word-mcp-serverInstalling office-word-mcp-server
Before you install
Low friction install with a pure Python wheel, but the repository is archived and marked abandoned—no ongoing maintenance or bug fixes should be expected.
License in practice
MIT License permits unrestricted use, modification, and distribution; you may use this freely in commercial or private projects without restriction.
Quickstart
pip install office-word-mcp-server
import office_word_mcp_server
# Configure and start the MCP server to expose Word document tools
Requires Python 3.11 or higher; runtime dependencies include python-docx, fastmcp, docx2pdf, and msoffcrypto-tool.
Verify before relying
- Whether the abandoned status means critical bugs remain unfixed or whether the codebase is stable enough for production use.
- Whether all advertised features (digital signatures, password protection, comment extraction) are fully functional in version 1.1.11.
- Performance characteristics when working with large or complex Word documents.
- Specific API signatures and callable tool names exposed by the MCP server interface.
Package facts
| License | MIT License Copyright (c) 2025 GongRzhe Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in… (full text in the JSON record) (permissive) |
| Python support | supports the current Python release (>=3.11) |
| Install friction | low — pure-Python wheel |
| Runtime dependencies | 5 — docx2pdf, fastmcp, msoffcrypto-tool, pytest, python-docx |
| Maintenance | abandoned — 226 days since the last release |
| Last repo commit | (repository archived) |
| First released | |
| Downloads | 168,777/month — #10,435 on PyPI (30-day window, as of 2026-08-14) |
| Known vulnerabilities | none known (OSV.dev, checked 2026-08-14) |
Evidence: office_word_mcp_server-1.1.11-py3-none-any.whl
Tags
More Text Processing packages
A drop-in replacement for Python's standard…
permissive · top 100 on PyPI
pyparsingpyparsing provides a library for building text…
permissive · top 1,000 on PyPI
docutilsDocutils converts plaintext documentation in…
unclear · top 1,000 on PyPI
RapidFuzzRapidFuzz provides fast fuzzy string matching…
permissive · top 1,000 on PyPI
tinycss2tinycss2 parses CSS strings into token and…
permissive · top 1,000 on PyPI
llama-parseLlamaParse parses complex documents (PDFs,…
permissive · top 1,000 on PyPI
wikipedia-mcpExposes Wikipedia search, article retrieval,…
permissive · top 15,000 on PyPI
docx2pythonExtracts text, images, headers, footers,…
permissive · top 15,000 on PyPI
spire-docSpire.Doc creates, reads, modifies, and…
unclear · top 15,000 on PyPI
excel-mcp-serverProvides a Model Context Protocol server that…
unclear · top 15,000 on PyPI
blender-mcpBlenderMCP is a Model Context Protocol server…
permissive · top 15,000 on PyPI
mcp-server-odooAn MCP server that bridges AI assistants like…
copyleft · top 5,000 on PyPI
nextcloud-mcp-serverProvides a Model Context Protocol (MCP) server…
agpl · top 15,000 on PyPI
pagerduty-mcpAn MCP (Model Context Protocol) server that…
unclear · top 15,000 on PyPI
cli-mcp-serverProvides a secure Model Context Protocol (MCP)…
unclear · top 15,000 on PyPI
mammothConverts Microsoft Word .docx documents to…
permissive · top 5,000 on PyPI