Requirements
Before you begin, you must have the following:- An IBM Cloud account. To see if you have an account, log in to your IBM Cloud account. Create an IBM Cloud account.
- An IBM Bob plan. To see if you have a plan, use the IBMid for your IBM Cloud account to log in to IBM Bob.
- The IBM Bob IDE installed on your local development machine. Install the IBM Bob IDE.
- Node.js installed on your local development machine. To see if it is, in your terminal, run
node -vornode --version. Install Node.js.
Install the Transform MCP server
-
Open the IBM Bob IDE’s
mcp.jsonsettings file in a text editor. This file is typically located at:- For macOS and Linux:
~/.bob/settings/mcp.json - For Windows:
%APPDATA%\Bob\settings\mcp.json
- For macOS and Linux:
-
Add the following entry to the
mcpServersobject: -
Save and close the
mcp.jsonfile. -
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, back in your terminal, press
Ctrl + Cto exit and return to your terminal prompt. - Start the IBM Bob IDE.
- If prompted, log in to Bob with your IBM Cloud account.
- The Transform MCP server is ready for you to start using.
- In the IBM Bob IDE, if the IBM Bob panel is not visible, open it (from the main menu, click View > Open View > IBM Bob).
- In the IBM Bob panel’s title bar, click the gear icon (Settings).
- In the Bob Settings editor tab, on the sidebar, click MCP.
- In the list of MCP servers, the Unstructured Transform MCP server should show as Connected. If not, click the Connect button, and follow any on-screen directions to finish connecting. If the Unstructured Transform MCP server is not listed, use the MCP servers filter drop-down to choose All, or click the refresh icon (Refresh all servers).
- Make sure that all of the Transform MCP server’s tools are available to you. To do this, click the Unstructured Transform list entry. In the Tools list, make sure that each tool has its Always allow box checked, and switch on its toggle labeled Enable or disable this tool for use in prompts.
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 the IBM Bob IDE, open the folder that stores the files you want Transform to parse (from the main menu, click File > Open Folder).
- If the IBM Bob panel is not visible, open it (from the main menu, click View > Open View > IBM Bob).
-
In the IBM Bob editor tab, 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 IBM Bob IDE 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.

