mcp_documents_reader and macos-office365-mcp-server
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 macos-office365-mcp-server
vAirpower/macos-office365-mcp-server
A Model Context Protocol (MCP) server for automating Microsoft Office 365 applications (PowerPoint and Word) on macOS through AI agents like Claude and Cline.
Extends automation beyond PowerPoint and Word to include Excel with full spreadsheet capabilities (formulas, charts, multi-sheet workbooks). Uses python-pptx, python-docx, and openpyxl for document manipulation combined with AppleScript bridges for native Office control, requiring explicit macOS automation permissions. Integrates with MCP-compatible clients (Claude Desktop, Cline) via stdio transport, exposing 20+ granular tools for document creation, content insertion, and formatting workflows.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work