TianshangScribe
Related Servers
Alternatives to TianshangScribe
No user-submitted related servers found.
Related Servers
- FlicenseAqualityCmaintenanceMCP server for rendering, parsing, converting, and editing Office documents (Excel, PowerPoint, Word) from a structured JSON spec, using LibreOffice WASM for conversion and preview.51-
- AlicenseAqualityDmaintenanceMCP server for Word document (.docx) creation and manipulation — the production-grade document automation tool for AI agents.936 npmMIT
- 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
- AlicenseBqualityDmaintenanceA universal MCP server for document processing, conversion, and automation. Handle PDF, DOCX, HTML, Markdown, and more through a unified API and toolset.137 npm140MIT
- AlicenseAqualityDmaintenanceMCP server for reading, writing, editing, formatting, and exporting Microsoft Office documents (Word, Excel, PowerPoint) via stdio JSON-RPC, with 47 tools and cross-platform support.472MIT
- FlicenseAqualityDmaintenanceMCP server for generating professionally formatted Word documents (.docx). Supports corporate templates (colors, fonts, logo), headers/footers, and Markdown conversion.4-
TDQS
Scored across 12 tools
Several tools cover the same ground: create_office_document can create Excel and PowerPoint, overlapping with create_excel_workbook and create_presentation, while edit_office_document is an overlapping legacy editor alongside the dedicated Excel/PPT editors. extract_document_data and analyze_excel_data also have overlapping read-only duties for Excel. As a result, an agent must parse nuanced descriptions to avoid picking the wrong tool.
All tools follow a consistent snake_case verb_noun pattern (create_*, edit_*, fill_template, convert_document, extract_document_data, validate_template, compare_documents, analyze_excel_data). The object nouns are clear and predictable. This makes the API easy to navigate by naming alone.
Twelve tools is a reasonable number for a document suite spanning Word, Excel, PowerPoint, templates, conversion, and comparison. However, the generic create_office_document/edit_office_document tools duplicate the specialized Excel/PPT editors, making the set slightly heavier than it needs to be.
The server covers creation, editing, reading, conversion, analysis, template validation/filling, and comparison, so most core workflows have no dead ends. The main gap is that comparison and snapshots only work for Word (.docx), leaving Excel/PPT comparison unsupported. Word editing also relies on the legacy generic editor rather than a dedicated typed Word editor.