Skip to content

MCP Document Reader for Grok

io.github.xt765/mcp_documents_reader

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

client:Grok transport:stdio runtime:pypi

Install MCP Document Reader in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "mcp_documents_reader": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "mcp-documents-reader"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

MCP Document Reader in other clients