
OpenSCAD MCP Server
Supports UIby fboldo
Render PNG previews and export STL geometry from OpenSCAD code for agent-driven CAD workflows.
What it does
This app provides a visual bridge between AI agents and OpenSCAD, allowing agents to iteratively design 3D models. It renders SCAD source code into PNG images for visual feedback and exports STL files for fabrication.
Key features
- Iterative CAD modeling with immediate PNG visual grounding.
- Export of 3D geometry as STL artifacts.
- Support for various camera presets (isometric, front, top, etc.) for precise inspection.
- WASM-based rendering for efficient execution.
Installation
Configure in your MCP client using npx:
{
"mcpServers": {
"openscad": {
"command": "npx",
"args": ["-y", "openscad-mcp-server"]
}
}
}
Supported hosts
- claude
Quick install
npx -y openscad-mcp-serverInformation
- Pricing
- free
- Published
- 4/24/2026
- stars






