officeagent-net
Related Servers
Alternatives to officeagent-net
No user-submitted related servers found.
Related Servers
- 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
- AlicenseBqualityCmaintenanceAn MCP server for reading, editing, and validating Microsoft Word documents with specialized support for track changes, comments, and footnotes. It enables structural auditing, heading extraction, and precise OOXML-level document manipulation through natural language tools.100456 PyPI53MIT
- AlicenseNot gradedqualityDmaintenanceEnterprise-grade document editing and management server that enables AI-powered operations on Microsoft Word DOCX files, including creating, editing, formatting, and exporting documents through both MCP protocol and RESTful API.3MIT
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.932 npmMIT
- AlicenseAqualityDmaintenanceMCP server for creating and reading Word (.docx) documents with rich formatting support.35 npmMIT
- AlicenseNot gradedqualityDmaintenanceMCP server for real-time Microsoft Word document manipulation via COM automation. Word runs in a visible window — every change appears instantly.3MIT
TDQS
Scored across 12 tools
Most tools have clearly distinct lifecycle roles: discovery, registration, inspection, planning, applying, comparing, merging, and cleanup. The main ambiguity is between list_connections and describe_capabilities, which both expose connection information, and between register_document and the convenience wrappers open_document/edit_document, though the descriptions explain when to prefer each.
The API follows a consistent verb_noun pattern for nearly every tool: list_connections, apply_plan, inspect_document, remove_document, and so on. Minor deviations are find_in_document's prepositional structure and preview_document_merge, which reads as a compound noun next to the simpler preview_plan.
Twelve tools is comfortably within the well-scoped range and each one maps to a real step in the document editing workflow. The set feels substantial but not bloated, with no obvious redundant or purely decorative tools.
The server covers the document editing lifecycle well: registration, inspection, anchor discovery, planning, previewing, applying, comparing, merging, and unregistering. Minor gaps exist—there is no tool to create or upload a brand-new document from scratch, despite list_connections exposing canCreateDocuments—but the NewDocument save mode and merge workflows largely compensate.