Odel
MCP Document Reader

MCP Document Reader

Local
@xt76523PythonMITUpdated 5mo ago

An MCP enabled multi-format document reader supporting DOCX, PDF, TXT, and Excel files

Runs locally over stdio

This server isn't hosted β€” your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

PyPImcp-documents-readerv1.3.1

Run

uvx mcp-documents-reader

MCP client config

{
  "mcpServers": {
    "mcp-document-reader": {
      "command": "uvx",
      "args": [
        "mcp-documents-reader"
      ]
    }
  }
}