docx-mcp
Related Servers
Alternatives to docx-mcp
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that enables programmatic interaction with Microsoft Word documents on Windows via COM Interop, allowing operations like document creation, text manipulation, formatting, and table management.16MIT
- AlicenseAqualityDmaintenanceA local MCP server for reading and editing Word (.docx) documents with 33 tools for content, formatting, comments, page layout, and track changes, running locally via stdio.27780 npm7MIT
- AlicenseBqualityDmaintenanceStructure-preserving Word DOCX editing MCP server with a .NET Open XML backend and Office.js live sessions. Enables safe, auditable, incremental editing of Microsoft Word documents for AI agents.6315 npm9AGPL 3.0
- AlicenseAqualityDmaintenanceMCP server for creating and reading Word (.docx) documents with rich formatting support.35 npmMIT
- FlicenseNot gradedqualityDmaintenanceAn MCP server that enables text extraction and replacement in Microsoft Word documents by directly automating the Word application on Windows. It supports processing content across headers, footers, tables, and shapes using the pywin32 library.-
- AlicenseNot gradedqualityCmaintenanceA powerful Word document editing MCP server that provides complete document manipulation capabilities, including creation, editing, formatting, tables, images, and advanced features like footnotes and interface document generation.3MIT
TDQS
Scored across 219 tools
The 219 tools include many overlapping functions, such as multiple ways to set image alt text (set_image_alt_text vs. set_alt_text), several TOC/list generators (generate_toc, generate_tof, generate_list_of_figures), and numerous paragraph formatting tools with subtle differences. Detailed descriptions help, but the sheer volume creates boundary ambiguity, and an agent would frequently need to compare descriptions to avoid misselection.
All tools follow a consistent verb_noun snake_case pattern (e.g., open_document, set_paragraph_shading, insert_sequence_field). There is no mixing of camelCase or inconsistent verb styles; naming is highly predictable and aids navigation.
With 219 tools, this server is vastly over-scoped. Even for a comprehensive DOCX library, the calibration suggests >50 tools is extreme, and 219 is far beyond that. Most individual tools are narrowly specialized, but the aggregate is unwieldy and impractical for an agent to manage efficiently.
The toolset covers virtually every aspect of DOCX manipulation: text editing, tables, styles, headers/footers, images, charts, tracked changes, comments, fields, content controls, lists, metadata, accessibility, conversion, and more. There are no obvious gaps for typical document workflows, making it a thorough surface.