Skip to content
Grok

Razi Document Tools for Grok

io.github.razikallayi/razi-documents

Document processing over MCP: merge, split and compress PDFs, run OCR, extract document text.

client:Grok transport:streamable-http

Install Razi Document Tools in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "razi-documents": {
      "type": "http",
      "url": "https://www.razi.pro/api/mcp/documents"
    }
  }
}

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

Razi Document Tools in other clients