Render STL and PNG from OpenSCAD code.
Render STL and PNG from OpenSCAD code. The openscad mcp server wraps that behind the Model Context Protocol, so an assistant can use it through 6 defined tools rather than through you.
An MCP (Model Context Protocol) server that renders PNG previews and STL geometry from OpenSCAD (SCAD) source code. It is designed to support iterative, agent-driven CAD workflows, where models can be previewed visually and exported for downstream use (e.g. fabrication, simulation, or inspection).
skills on npm is all you need. Most clients run it directly, so configuration is a few lines and a restart.
Everything the assistant can do here goes through one of these:
render_scad_png — Renders a PNG preview image from SCAD sourceInput — scadCode (string), optional width/height (numbers), optional cameraPreset and optional cameraPositioncameraPreset — one of isometric, front, back, left, right, top, bottomcameraPosition — { x, y, z }Output — MCP ImageContentexport_scad_stl — Exports an STL generated from SCAD sourceThis sits in the developer tooling group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. OpenSCAD's toolset — render_scad_png, Input, cameraPreset and 3 more — is a fair guide to whether it matches your workflow. It is maintained by fboldo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| render_scad_png | Renders a PNG preview image from SCAD source. |
| Input | scadCode (string), optional width/height (numbers), optional cameraPreset and optional cameraPosition |
| cameraPreset | one of isometric, front, back, left, right, top, bottom |
| cameraPosition | { x, y, z } |
| Output | MCP ImageContent |
| export_scad_stl | Exports an STL generated from SCAD source. |
{
"mcpServers": {
"openscad": {
"command": "npx",
"args": ["-y", "openscad-mcp-server"]
}
}
}Configuration as documented by the project. Restart the client after saving.
Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.