Skip to content

Quickstart: connect your agent

In five minutes you’ll connect an MCP-aware client to openIE CAD and have it build a real part you can open in the viewer.

openIE CAD speaks the Model Context Protocol over Streamable HTTP at:

https://cad.openie.dev/mcp

Authentication is OAuth 2.0 (dynamic client registration + PKCE) — most clients open a browser to authorize on first use.

Open Settings → Connectors → Add custom connector, then paste the URL https://cad.openie.dev/mcp and authorize when prompted. The tools appear in the tool list.

With the server connected, prompt your agent in plain language:

Create a 40 × 20 × 10 mm box, drill a 6 mm hole through the top, then export it as STL.

Behind the scenes the agent calls real tools — create_box, create_cylinder, boolean_subtract, export_stl — against the Truck B-Rep kernel. It gets back a real mesh, not a picture.

Everything the agent does writes to a shared project. Open the viewer to watch it appear:

👉 cad.openie.dev/app

The viewer renders the 3D body, schematic, PCB, and any simulation overlays — five views on one document.