Skip to content
Grok

docalyze for Grok

io.github.lunarperovskite/docalyze

Read and analyze local documents (PDF, Excel, CSV, Word, PowerPoint, images). No API keys needed.

client:Grok transport:stdio runtime:pypi

Install docalyze in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "docalyze": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "docalyze-mcp-server"
      ]
    }
  }
}

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

docalyze in other clients