Mcp Openscad Render Loop

by archimedes-market

374 downloads
Not rated
GitHub

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

- 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:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name Mcp Openscad Render Loop
    Command (node, npx, python, etc.)

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. 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"
        }
    }
}

![Archimedes Trust Report — VERIFIED 92/100](https://archimedes.market/assets/46d1682f-6ceb-4288-97ae-8a05a4ab9c86)

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.

No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.