skillfed

office-word-mcp-server

MCP server for manipulating Microsoft Word documents

office-word-mcp-server v1.1.11 168.8K downloads/30d#10,435 on PyPI2,114
Permissive 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) Abandoned released

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-server

uv

uv add office-word-mcp-server

poetry

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 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

License :: OSI Approved :: MIT LicenseOperating System :: OS IndependentProgramming Language :: Python :: 3

Tags

word document mcp serverdocx manipulation via mcpai assistant word integrationmodel context protocol documentsprogrammatic word document editing
mcp-serverword-documentsai-integration

More Text Processing packages

Further reading