Skip to content
Grok

document processing for Grok

ai.filegraph/document-processing

Extract text from documents, manipulate PDFs, and perform OCR on images.

client:Grok transport:sse tools:9

Install document processing in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "document-processing": {
      "type": "sse",
      "url": "https://api.filegraph.ai/mcp"
    }
  }
}

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

What Grok can do once it is connected

document processing in other clients