cadquery

GitHub

A python parametric CAD scripting framework based on OCCT

5,512 stars Python 1 file ยท ~29,557 tokens #3d#brep#cad#cadquery#dxf#modeling#occt#opencascade

cadquery MCP Server

MCP server for CadQuery/cadquery

Ready-to-Use Client Configurations
{
  "mcpServers": {
    "cadquery": {
      "command": "npx",
      "args": [
        "-y",
        "@CadQuery/cadquery"
      ]
    }
  }
}