> ## Documentation Index
> Fetch the complete documentation index at: https://docs.unstructured.io/llms.txt
> Use this file to discover all available pages before exploring further.

# Unstructured Transform MCP server installation overview

> Learn how to install the Unstructured Transform MCP server into various AI tools. You can then point to your files and have Transform start producing partitioned, enriched, chunked, and embedded data based on your files in minutes.

The [Unstructured Transform MCP server](/transform/overview) works with any AI tool that supports the
Model Context Protocol (MCP) standard. Installation instructions are provided for the following
popular AI tools:

* [Claude Code](/transform/install/claude-code)
* [Claude Desktop](/transform/install/claude-desktop)
* [Codex CLI](/transform/install/codex-cli)
* [Codex Desktop](/transform/install/codex-desktop)
* [Cursor CLI](/transform/install/cursor-cli)
* [Cursor IDE](/transform/install/cursor-ide)
* [Google Antigravity CLI](/transform/install/antigravity-cli)
* [Google Antigravity Desktop](/transform/install/antigravity-desktop)

For other AI tools that support the MCP standard, use the following command to connect:

```text theme={null}
npx -y mcp-remote https://mcp.transform.unstructured.io
```

This command might require Node.js to be installed on your local development machine. To see if it is,
in your terminal, run `node -v` or `node --version`. [Install Node.js](https://nodejs.org/en/download).

To learn how to apply this command to a specific AI tool, and to determine whether Node.js must be
installed on your local development machine, see your AI tool's documentation.
