mcp_documents_reader and word-mcp-live
About mcp_documents_reader
xt765/mcp_documents_reader
Model Context Protocol (MCP) server exposes tools to read multiple document types including DOCX, PDF, Excel, and TXT. This has been tested on Trae Desktop.
Implements format-agnostic document reading via a factory pattern that auto-detects file types and routes to specialized extractors (python-docx, pypdf, openpyxl). Designed as an MCP-compliant server exposing a single `read_document` tool for AI assistants, with configuration support for Claude Desktop and Trae IDE through JSON manifests.
About word-mcp-live
ykarapazar/word-mcp-live
The only MCP server that edits Word documents while they're open — 114 tools, live editing, tracked changes, per-action undo
Implements a Python-based MCP server that communicates via stdio transport with Word through COM automation (Windows) or python-docx (cross-platform), enabling real-time bidirectional editing. Provides dual-mode operation: live editing mode for open documents with native tracked changes and per-action undo, plus file-based editing mode for batch processing across Windows/macOS/Linux. Integrates with Claude Desktop, Cursor, VS Code, and other MCP-compatible AI assistants through environment-configurable author metadata and transport options.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work