# Unstructured Transform [Health: Active]

**Category:** 💻 Developer Tools  
**Repository:** https://github.com/Unstructured-IO/unstructured-mcp-integrations  
**GitHub Stars:** 1  
**Views:** 0  
**Installs:** 0  
**Upvotes:** 0  
**Directory Page:** https://allmcps.com/mcp/unstructured-transform-3

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

## Claude Desktop Quick Installation
Install path detected from listing signals. Uses `npx` (confidence: high):

```json
"mcpServers": {
  "unstructured-transform": {
    "command": "npx",
    "args": ["-y","mcp-remote"]
  }
}
```

## Documentation & README

# unstructured-mcp-integrations

Integration templates and runnable examples for the **Unstructured Transform MCP
server** across registries, marketplaces, and agent frameworks. This is the
canonical, public home for these integrations.

## What Transform MCP is

Transform MCP turns any file into agent-ready data, called directly from your
agent session with no separate pipeline to wire up. Drop in a PDF, spreadsheet,
scan, or email and get back partitioned, enriched, chunked, and embedded output
ready for RAG, vector stores, or agent memory. 60+ formats, one call.

## Connection reference

| Field | Value |
| --- | --- |
| Endpoint | `https://mcp.transform.unstructured.io` |
| Transport | Remote, streamable-HTTP (connect directly, or via `npx mcp-remote` for clients without native remote-MCP support) |
| Tools | `request_file_upload_url`, `start_transform_job`, `start_extraction_job`, `suggest_extraction_schema_for_file`, `check_job_status`, `get_job_results` |
| Docs | https://docs.unstructured.io/transform/overview |
| Support | mcp-support@unstructured.io |
| Security | https://trust.unstructured.io |

## Integrations

One folder per integration under [`transform/`](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/transform/). Copy
[`_template/`](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/_template/) to add one. This table is the index of what exists and
where each one stands.

| Integration | Category | Auth | Status | Owner |
| --- | --- | --- | --- | --- |
| [Cline](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/transform/cline/) | marketplace | OAuth / API key | Not started | @simoncoombes |
| [Vercel AI SDK](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/transform/vercel-ai-sdk/) | agent-framework | API key | Not started | @mikedownesdev |
| [Cursor](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/transform/cursor/) | marketplace | OAuth / API key | Not started | @ctrahey |
| [Grok Build](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/transform/grok/) | marketplace | OAuth | Not started | @nisha-pm |

## Adding an integration

See [CONTRIBUTING.md](https://github.com/Unstructured-IO/unstructured-mcp-integrations/blob/HEAD/CONTRIBUTING.md). In short: copy `_template/` into
`transform/<name>/`, fill in the README, example, assets, and `meta.yaml`, then
open a PR.

