Requirements
- A Google Account. To see if you have an account, sign in to your Google Account. To create a Google account, go to the Google Account sign-in page and click Use another account, then Create account.
-
Each Antigravity client you want to use installed on your local development machine. Install Antigravity clients.
To see if Antigravity CLI is installed, in your terminal, run
agy --version. -
Node.js installed on your local development machine. To see if it is, in your terminal, run
node -vornode --version. Install Node.js. -
If you installed the Transform MCP server for use with any Antigravity client, you already have access to it in the other Antigravity clients.
To see if Antigravity is already connected to Transform
To determine if your Antigravity client is already connected to Transform:- In Antigravity 2.0, click Settings, then Customizations, and look for
unstructured-transformunder Installed MCP Servers. Click Refresh if the list is out of date. - In the Antigravity CLI, run the command
/mcpand see ifunstructured-transformis listed. - In the Antigravity IDE, click Antigravity - Settings, then Advanced Settings, then Customizations, and look for
unstructured-transformunder Installed MCP Servers. Click Refresh if the list is out of date.
- In Antigravity 2.0, click Settings, then Customizations, and look for
Install the Transform MCP server
Install the Transform MCP server manually
Install the Transform MCP server manually
1
Open the MCP configuration file
Open Antigravity’s
mcp_config.json settings file in a text editor. Antigravity stores this file at:- For macOS and Linux:
~/.gemini/config/mcp_config.json - For Windows:
%USERPROFILE%\.gemini\config\mcp_config.json
2
Add the Transform MCP server entry
Add the following entry to the
mcpServers object, and then save and close the file:3
Authenticate with the Transform MCP server
From your terminal, authenticate with the Transform MCP server:A web browser tab will appear, prompting you to authenticate with Transform. Follow the on-screen directions to finish authenticating. After you authenticate, return to your terminal and press
Ctrl + C to exit.4
Start Antigravity
Start Antigravity 2.0, Antigravity IDE, or start an Antigravity CLI session by running the
agy command.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.
- Antigravity 2.0
- Antigravity CLI
- Antigravity IDE
- Install the Transform MCP server and start Antigravity 2.0. Then select the project that holds the files you want Transform to parse.
-
In the Ask anything box, enter the following prompt:
Optionally, adapt the phrase
in this projectto name a more specific folder, or tell Antigravity where to write Transform’s output. 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.

