> ## 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.

# Get started with the Unstructured Transform MCP server

> 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.

## Tools and frameworks

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)
* [Cline](/transform/install/cline)
* [Codex CLI](/transform/install/codex-cli)
* [Codex Desktop](/transform/install/codex-desktop)
* [Cursor CLI](/transform/install/cursor-cli)
* [Cursor IDE](/transform/install/cursor-ide)
* [Devin CLI](/transform/install/devin-cli)
* [Devin Desktop](/transform/install/devin-desktop)
* [DSPy](/transform/install/dspy)
* [Dust](/transform/install/dust)
* [Firebase Genkit](/transform/install/genkit)
* [Google ADK (Agent Development Kit)](/transform/install/google-adk)
* [Google Antigravity CLI](/transform/install/antigravity-cli)
* [Google Antigravity Desktop](/transform/install/antigravity-desktop)
* [Google Gemini CLI](/transform/install/gemini-cli)
* [Gumloop](/transform/install/gumloop)
* [Goose](/transform/install/goose)
* [IBM Bob IDE](/transform/install/ibm-bob-ide)
* [IBM Bob Shell](/transform/install/ibm-bob-shell)
* [LangChain / LangGraph](/transform/install/langchain)
* [Mastra](/transform/install/mastra)
* [Microsoft Agent Framework](/transform/install/microsoft-agent-framework)
* [NVIDIA NeMo Agent Toolkit](/transform/install/nemo-agent-toolkit)
* [Pydantic AI](/transform/install/pydantic-ai)
* [Vercel AI SDK](/transform/install/vercel-ai-sdk)
* [Visual Studio Code](/transform/install/vs-code)

The Transform MCP server is also listed in a variety of [MCP registries](/transform/registry), where supported MCP clients can discover and install it directly.

## Other tools

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.
