--- id: office-word-mcp-server version: "1.1.11" 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) license_treatment: permissive maintenance: abandoned --- # office-word-mcp-server — MCP server for manipulating Microsoft Word documents License: permissive · Maintenance: abandoned · Downloads: 168.8K/mo ## 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 above — 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 pip install office-word-mcp-server uv add office-word-mcp-server poetry add office-word-mcp-server ## Installing 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_current - Install friction: low - Maintenance: abandoned - Downloads: 168.8K/month (top 15,000 on PyPI) - Known vulnerabilities: none known ## Tags word document mcp server, docx manipulation via mcp, ai assistant word integration, model context protocol documents, programmatic word document editing, mcp-server, word-documents, ai-integration [View on SkillFed](https://skillfed.io/packages/office-word-mcp-server) · [View on PyPI](https://pypi.org/project/office-word-mcp-server/)