Skip to content
Grok

Unstructured Transform for Grok

io.unstructured/transform

Turn documents into structured, AI-ready data by parsing, enriching, chunking, and embedding.

client:Grok transport:streamable-http

Install Unstructured Transform in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "transform": {
      "type": "http",
      "url": "https://mcp.transform.unstructured.io"
    }
  }
}

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

Unstructured Transform in other clients