Skip to content

Conversation

@yachtcaptain23
Copy link

Adds a Model Context Protocol (MCP) server that enables AI assistants like Claude to directly execute CadQuery scripts and receive rendered images of 3D models.

Tools exposed:

  • render: Execute CadQuery code and return SVG (default, headless) or PNG
  • inspect: Get geometry info (bounds, volume, topology)
  • get_parameters: Extract customizable parameters from script
  • export: Export to STEP, STL, SVG, etc.

Usage: Add to ~/.claude/settings.json:
{"mcpServers": {"cadquery": {"command": "cadquery-mcp"}}}

Adds a Model Context Protocol (MCP) server that enables AI assistants
like Claude to directly execute CadQuery scripts and receive rendered
images of 3D models.

Tools exposed:
- render: Execute CadQuery code and return SVG (default, headless) or PNG
- inspect: Get geometry info (bounds, volume, topology)
- get_parameters: Extract customizable parameters from script
- export: Export to STEP, STL, SVG, etc.

Usage: Add to ~/.claude/settings.json:
  {"mcpServers": {"cadquery": {"command": "cadquery-mcp"}}}

Co-Authored-By: Claude Opus 4.5 <noreply@anthropic.com>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant