Here's a straightforward document reader that exposes a single read_document tool to Claude, handling DOCX, PDF, Excel, and plain text files through one unified interface. It's built on python-docx, pypdf, and openpyxl, so you get reliable extraction from all four formats without switching between different tools. The tool takes a filename parameter and returns the text content, letting Claude read your local documents during conversations. Reach for this when you need Claude to analyze reports, extract data from spreadsheets, or reference documentation that lives on your filesystem. Install it via pip or uvx, point it at your files, and you're done.
claude mcp add --transport stdio xt765-mcp_documents_reader uvx mcp_documents_reader