Requirements
Before you begin, you must have the following:- Visual Studio Code installed on your local development machine. Install Visual Studio Code.
- The Cline extension installed in Visual Studio Code. Install Cline.
- An Unstructured API key. Get your Unstructured API key.
Install the Transform MCP server
- In Visual Studio Code, on the Activity Bar, click the Cline icon.
- At the top of the Cline pane, click the MCP Servers icon.
-
Click the Installed tab, and then click Configure MCP Servers.
Cline opens its
cline_mcp_settings.jsonsettings file in a new editor tab. -
Add the following entry to the
mcpServersobject, replacing<your-unstructured-api-key>with your Unstructured API key: -
Save the
cline_mcp_settings.jsonfile. -
Back on the Installed tab, confirm that the unstructured-transform server shows a green status indicator and lists four tools:
request_file_upload_url,transform_files,check_transform_status, andget_transform_results. - The Transform MCP server is ready for you to start using.
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, in Visual Studio Code, open the folder that stores the files you want Transform to parse (from the main menu, click File > Open Folder).
-
In the Cline pane, 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 Cline 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.
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 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.

