Requirements
Before you begin, you must have the following:- A Devin account. To see if you have a plan, log in to your Devin account. Sign up for Devin.
- Devin Desktop installed on your local development machine. Install Devin Desktop.
Install the Transform MCP server
- Start Devin Desktop.
- On the menu bar, click Devin > Settings > Devin Settings.
- On the Devin Settings sidebar, under Devin Local, click Configuration.
- Next to MCP servers, click Open Devin MCP marketplace.
-
On the Devin MCP Marketplace editor tab, next to Devin MCP Marketplace, click Add custom MCP.
Devin Desktop opens its
config.jsonsettings file in a new editor tab. This file is typically located at:- For macOS and Linux:
~/.config/devin/config.json - For Windows:
%APPDATA%\devin\config.json
- For macOS and Linux:
-
Add the following entry to the
mcpServersobject: -
Save and close the
config.jsonfile. - Back in the Devin MCP Marketplace editor tab, in the Installed area, next to transform, click Connect.
- A web browser tab will appear, prompting you to authenticate with Transform. Follow the on-screen directions to finish authenticating.
- After you authenticate, 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, open the folder that stores the files you want Transform to parse (from the main menu, click File > Open Folder).
- In the Agent sidebar (from the main menu, click View > Appearance > Agent Sidebar), click New Session.
-
Next to the prompt box, in the agent picker, select Devin Local, if it is not already selected. (Additional choices can include Cascade and Devin Cloud).
If Devin Local does not appear in the agent picker, do the following to show it:- In Devin Desktop, open the Command Palette (from the main menu, click View > Command Palette).
- In the Command Palette, enter
>Open Devin User Settings(remember to begin this command with>). - In the Devin Settings editor tab, on the sidebar, click Agents.
- In the Agents section, turn on the switch labelled Enable ACP, if it is not already turned on.
- If Devin Local does not show as Enabled, click the Enable button.
- Go back to the agent picker. Devin Local should now appear.
-
In the prompt box, 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 Devin Desktop 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 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.

