Requirements
Already set up Transform for Codex mode in the ChatGPT desktop app on this machine? You may already have it here, too. To check, runcodex mcp get unstructured-transform. If it’s listed, skip ahead to parse your source files.
Otherwise, before you begin, you must have the following:
- A ChatGPT plan. To see if you have a plan, go to ChatGPT and click Log in. Sign up for ChatGPT.
- The Codex CLI installed on your local development machine. To see if it is, from your terminal, run
codex --version. Install the Codex CLI 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.-
Add the Transform MCP server, and then authenticate in your web browser when prompted:
If you do not have a Transform account, click Register and then follow the on-screen directions to finish authenticating.
-
To verify you are connected, run:
If you need to authenticate again later, run:
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 Codex CLI 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 the Codex CLI 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:Use Transform in other Codex clients
The Codex CLI and Codex mode in the ChatGPT desktop app share MCP configuration on the same Codex host. If the ChatGPT desktop app is running, restart it to use Transform. If the app requests authentication, select Authenticate.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.

