Skip to main content

CLI CAD tool for AI agents. Write CadQuery scripts, get STEP files, renders, and metrics.

Project description

agentcad

CAD tool for AI agents. Give your coding agent the ability to design 3D models.

Your agent writes CadQuery or build123d Python scripts. agentcad handles execution, STEP export, PNG rendering, mesh export (STL/GLB/OBJ), geometric metrics, validation, diffing, and browser preview. All command output is structured JSON.

agentcad is open source under the Apache License 2.0. It runs locally and requires no signup.

Featured on Product Hunt

Demo

Watch a coding agent design in agentcad

A coding agent designing in agentcad, live. See more at agentcad.dev.

New: specs and measurements

  • agentcad measure reads the actual STEP geometry: dimensions, cylindrical feature buckets, diameters, and counts.
  • agentcad check-spec compares the model against explicit feature requirements before the agent says it is done.
  • agentcad view --spec spec.json opens a Spec check review mode so humans can inspect pass/fail results in the browser.

Quick start

Install agentcad, then paste this into Claude Code, Cursor, or any coding agent:

Create a Python 3.12 virtual environment, then:

pip install agentcad
agentcad skill install
agentcad --help

Read the --help output — it's your operational briefing.

Then design me a phone stand: a simple angled cradle that holds a phone
at 60 degrees. About 80mm wide, 50mm deep, with a 5mm lip at the bottom
to keep the phone from sliding. Show me a preview when you're done.

What it does

  • agentcad run script.py --output label — execute a build123d or CadQuery script, produce versioned STEP file + geometric metrics (volume, dimensions, validity, face/edge counts)
  • agentcad run ... --preview — four-view PNG + turntable GIF for visual verification
  • agentcad run ... --render iso,front — high-quality PNG views
  • agentcad run ... --export stl,glb — mesh export for 3D printing or web viewers
  • agentcad measure output.step — dimensional report (overall metrics, edge lengths, face areas, circular/cylindrical diameters)
  • agentcad check-spec output.step spec.json — compare measured cylindrical features against an explicit checklist
  • agentcad inspect output.step — topology deep-dive (shells, free edges, validity)
  • agentcad diff 1 2 — compare versions (metrics, outputs, parameters)
  • agentcad view output.step — open STEP/GLB output in a browser preview viewer
  • agentcad docs [section] — 17 sections of built-in documentation

No boilerplate

Scripts need zero imports. By default, build123d primitives, show_object, and agentcad edit helpers are pre-injected:

box = Box(10, 20, 5)
show_object(box)

CadQuery remains supported via import cadquery as cq, agentcad init --runtime cadquery, or agentcad run --runtime cadquery. Run agentcad docs runtimes for the dispatch rules.

MCP integration

For native tool integration with Claude Code, Cursor, or Windsurf:

pip install agentcad[mcp]

Add to .mcp.json:

{"agentcad": {"command": "python", "args": ["-m", "agentcad.mcp"]}}

Requirements

  • Python 3.10–3.12 (OpenCascade bindings do not support 3.13+)

License

Apache License 2.0. See LICENSE.

Feedback

If your agent struggles, run agentcad feedback "what happened" to capture a friction log.

Project details


Download files

Download the file for your platform. If you're not sure which to choose, learn more about installing packages.

Source Distribution

agentcad-0.3.1.tar.gz (267.5 kB view details)

Uploaded Source

Built Distribution

If you're not sure about the file name format, learn more about wheel file names.

agentcad-0.3.1-py3-none-any.whl (173.0 kB view details)

Uploaded Python 3

File details

Details for the file agentcad-0.3.1.tar.gz.

File metadata

  • Download URL: agentcad-0.3.1.tar.gz
  • Upload date:
  • Size: 267.5 kB
  • Tags: Source
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentcad-0.3.1.tar.gz
Algorithm Hash digest
SHA256 1573d123ab217b81455fd15a5869554d69e59fe53e11a39fcc23ef5c07ce638b
MD5 843e84eec3f20c1f346334a60e2564c9
BLAKE2b-256 c24ac4d6b598a4d543c4855157bd0be8846803bf6dc768fdda895317fb99484a

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentcad-0.3.1.tar.gz:

Publisher: publish.yml on jdilla1277/agentcad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

File details

Details for the file agentcad-0.3.1-py3-none-any.whl.

File metadata

  • Download URL: agentcad-0.3.1-py3-none-any.whl
  • Upload date:
  • Size: 173.0 kB
  • Tags: Python 3
  • Uploaded using Trusted Publishing? Yes
  • Uploaded via: twine/6.1.0 CPython/3.13.12

File hashes

Hashes for agentcad-0.3.1-py3-none-any.whl
Algorithm Hash digest
SHA256 3e145d7aec7a2fc89cd8857abd2f2eb0bed2632705c4f8eabc89fcac5ff247d5
MD5 ae7f867cfb1ccef2449b281dd5ac1c4a
BLAKE2b-256 513d401e6537ca9832864530d221f010d4247253a17d81dc3ba8c25a09bf944d

See more details on using hashes here.

Provenance

The following attestation bundles were made for agentcad-0.3.1-py3-none-any.whl:

Publisher: publish.yml on jdilla1277/agentcad

Attestations: Values shown here reflect the state when the release was signed and may no longer be current.

Supported by

AWS Cloud computing and Security Sponsor Datadog Monitoring Depot Continuous Integration Fastly CDN Google Download Analytics Pingdom Monitoring Sentry Error logging StatusPage Status page