CAD-Query MCP Server
JSON →A server for generating and verifying CAD models using the CAD-Query Python library.
Install
npx @modelcontextprotocol/inspector Tools · 5
- cadquery_execute Execute a CadQuery script and return the resulting 3D model as a STEP file.
- cadquery_show Render a CadQuery script and return a PNG image of the 3D model.
- cadquery_export_stl Export a CadQuery script result as an STL file.
- cadquery_export_svg Export a CadQuery script result as an SVG 2D projection.
- cadquery_info Get information about a CadQuery script, such as bounding box and volume.
Links
★ 14 GitHub stars