office-mcp-server
Related Servers
Alternatives to office-mcp-server
No user-submitted related servers found.
Related Servers
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.936 npmMIT
- AlicenseNot gradedqualityCmaintenanceAn MCP server for creating and editing Word, Excel, and PowerPoint documents through AI assistants.93MIT
- AlicenseNot gradedqualityCmaintenanceMCP server enabling AI to control WPS Office (Writer/Calc/Impress) for document creation, editing, export, and live typing.MIT
- AlicenseAqualityFmaintenanceA multi-format MCP server that enables reading and generating Office, PDF, text, EPUB, and presentation documents. It provides unified tools for document processing and creation through AI assistants.410MIT
- AlicenseCqualityDmaintenanceA unified MCP server for document processing that enables creating, editing, and converting Word documents (DOCX), PDFs, Markdown, and images, with support for templates, formatting, and batch operations.100MIT
- AlicenseNot gradedqualityAmaintenanceMCP server that generates and edits PowerPoint, Word, and Excel files for OpenWebUI, exposing both MCP and OpenAPI interfaces for document creation and editing.1MIT
TDQS
Scored across 4 tools
word_read_document, word_analyze, and word_replace have distinct read/analyze/replace purposes, but word_clone_template overlaps with the word_analyze + word_replace workflow as a legacy alternative, creating moderate ambiguity about which tool to choose for template replacement.
All tool names share the word_ prefix and use lower_snake_case, but word_analyze and word_replace omit an explicit object while word_clone_template and word_read_document include one, so the verb_object pattern is inconsistently applied.
With 4 tools, the server is compact and near the ideal size for a focused Word-document manipulation purpose; the legacy tool slightly inflates the count without adding a genuinely new capability.
The set covers reading, structural analysis, text replacement, and template cloning, which covers the main document-editing workflows. Missing operations like creating blank documents or managing document-level formatting are minor given the server's apparent templating focus.