Requirements
Before you begin, you must have the following:- A Claude plan. To see if you have a plan, sign in to Claude and then on the sidebar, click your user icon. Sign up for Claude.
- Claude Code installed on your local development machine. To see if it is, from your terminal, run
claude -vorclaude --version. Install Claude Code from your terminal.
Install the Transform MCP server
If you were able to install the Transform MCP server using the prompt above, skip ahead to parse your source files.-
From your terminal, register the Transform MCP server:
Can't connect over HTTP directly?
Use themcp-remoteproxy instead.-
From your terminal, register the Transform MCP server using
mcp-remote:This command requires you to have Node.js installed on your local development machine. To see if it is, in your terminal, runnode -vornode --version. Install Node.js. -
From your terminal, run the following command to authenticate:
-
Authenticate in your browser, and then press
Ctrl + Cto return to your terminal prompt.
-
From your terminal, register the Transform MCP server using
-
Authenticate with the Transform MCP server:
Follow the on-screen directions to finish authenticating in your browser.
Running Claude Code with the Bash sandbox enabled? Read this.
If you run Claude Code with the Bash sandbox enabled, you will need to allow the Transform MCP server through the Bash sandbox.Add the Transform MCP server’s domain to your allowed network domains. In a text editor, add the following setting to your Claude Codesettings.jsonfile as a top-level object:The Claude CodeBe aware:sandbox.enabledapplies across every project on your machine, not just this one.allowedDomainsacts as an allowlist: any domain not listed can trigger an approval prompt, or be blocked outright if you have configured stricter sandbox settings.
mcp.transform.unstructured.ioto your existingallowedDomainslist rather than replacing it.settings.jsonfile can typically be found in the following location:- macOS and Linux:
~/.claude/settings.json - Windows:
%USERPROFILE%\.claude\settings.json
-
Verify you are connected to the Transform MCP server:
The Transform MCP server is ready for you to start using.Connecting to Transform with Claude Code does not create a connection for Claude Desktop, claude.ai, or the Claude mobile apps. Claude Code maintains its own separate connection, registering MCP servers locally so you can scope and share server configurations per machine or project.Claude Desktop, claude.ai, and the Claude mobile apps share a single connection to the Transform MCP server, which is defined in your Claude account. See Transform installation for Claude Desktop.
Parse your source files
Parsing requests have the following limits:- Each file must be of a supported file type.
- Each file must be 50 MB or less in size.
- Each request must have 10 files or fewer.
- Only 5 requests can be running at a time.
- After you install the Transform MCP server and start a Claude Code session, from your terminal, switch to the folder on your local machine that stores the files you want Transform to parse.
-
Enter the following prompt:
As needed, adapt the phrase
in this projectin the preceding prompt to indicate a more specific project folder. Also, as needed, guide Claude Code as to where to write Transform’s output into the project. Transform parses your input files and delivers its results to you as a set of output files, one output file per input file.
Extract structured data
If you want to pull specific fields from your files, instead of converting the files in full, ask for an extraction. To determine what structured data Transform can extract from your files, use a prompt similar to the following:Next steps
- Control Transform file parsing output: Control how the Unstructured Transform MCP server instructs Transform to partition, enrich, chunk, and embed the data based on your files.
- Control Transform structured data extraction: Control how the Unstructured Transform MCP server extracts and formats structured data from your files.
- Control Transform generated sample code: Control how the Unstructured Transform MCP server generates sample curl or Python code that demonstrates how to use Transform to partition, enrich, chunk, and embed the data based on your files.
Questions? Need help?
- For technical support, request support.

