MCP Servers / development / CAD-Query MCP Server

CAD-Query MCP Server

JSON →
none14development

A server for generating and verifying CAD models using the CAD-Query Python library.

Install
How to run this server
[ { "cmd": "npx @modelcontextprotocol/inspector", "imports": [] } ]
server path: cad-query-mcp-server
Tools
What this server exposes
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.
Configuration
Environment & auth
authnone
Resources
CAD-Query MCP Server — MCP Server · libregistry