mcp_documents_reader and mcp-document-converter
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 mcp-document-converter
xt765/mcp-document-converter
MCP Document Converter - A powerful MCP tool for converting documents between multiple formats, enabling AI agents to easily transform documents.
Implements a plugin-based architecture with format-agnostic DocumentIR (Intermediate Representation) that enables 25 bidirectional conversion combinations across five formats—parsers convert source documents into the IR while renderers generate target formats. Integrates with MCP protocol for use in AI assistants like Claude Desktop and Trae IDE, with features including metadata preservation, syntax highlighting, and custom CSS styling across HTML and PDF outputs.
Related comparisons
Scores updated daily from GitHub, PyPI, and npm data. How scores work