Skip to content

MCP Document Reader for Zed

io.github.xt765/mcp_documents_reader

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

client:Zed transport:stdio runtime:pypi

Install MCP Document Reader in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

{
  "context_servers": {
    "mcp_documents_reader": {
      "command": "uvx",
      "args": [
        "mcp-documents-reader"
      ]
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

MCP Document Reader in other clients