Skip to content
VS Code

Unstructured Transform for VS Code

io.unstructured/transform

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

client:VS Code transport:streamable-http

Install Unstructured Transform in VS Code

.vscode/mcp.json

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

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

Unstructured Transform in other clients