Mcp Openscad Render Loop
About
Curated by Archimedes Market. OpenSCAD wrapped as an MCP server. Render .scad source with parameter overrides, run parametric sweeps, validate syntax, extract module signatures, compute STL metrics. Iterate on parametric CAD designs from inside Claude/Cursor/Windsurf. → archimed
Details
- Author
- archimedes-market
- Downloads
- 374
- Categories
- Developer Tools
Jump to
- Render STL with parameter overrides
- Preview render as PNG with camera control
- Cartesian parametric sweep over multiple
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
Mcp Openscad Render LoopCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Configure and invoke the MCP server; the available tools include render_stl, render_png, parametric_sweep, validate_scad, list_modules, and compute_metrics. No installation or configuration details are provided in the README.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"mcp openscad render loop": {
"openscad": {
"command": "mcp-openscad-render-loop",
"args": [
"serve"
],
"env": {
"MCP_OPENSCAD_OUTPUT_DIR": "/tmp/scad-renders"
}
}
}
}
}
McpServers
{
"openscad": {
"command": "mcp-openscad-render-loop",
"args": [
"serve"
],
"env": {
"MCP_OPENSCAD_OUTPUT_DIR": "/tmp/scad-renders"
}
}
}

Verified asset on Archimedes
Market.
---
OpenSCAD wrapped as an MCP server. Render .scad source with parameter overrides, run parameter sweeps,
validate syntax, extract module signatures, compute STL geometry metrics.
## Tools
- render_stl — render with -D parameter overrides
- render_png — preview render with camera + image-size control
- parametric_sweep — Cartesian sweep over multiple parameter ranges
- validate_scad — syntax check without rendering
- list_modules — extract module/function signatures + defaults
- compute_metrics — bbox, volume, surface area, triangle count from STL
## License
MIT. Browse the full catalog at archimedes.market/assets.
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.





