Skip to main content
Glama

loom

An MCP server that lets an agent (e.g. Claude Code) validate, render, and export OpenSCAD models it's editing directly as files, so it can visually verify what it built.

Reading, writing, and listing .scad files is left to the agent's normal file tools (Read, Write, Edit, Glob) — this server only wraps the parts Claude Code can't do on its own: invoking the openscad binary and handling its image/binary output.

Requirements

  • Node.js 18+

  • openscad on your PATH (or set OPENSCAD_BIN to its full path)

Related MCP server: OpenSCAD MCP Server

Install

npm install

Run standalone

npm start

Register with Claude Code

claude mcp add loom -- node /absolute/path/to/loom/src/index.js

Tools

  • openscad-version — confirm the OpenSCAD CLI is available.

  • validate-model — compile a .scad file without producing a visual export, to catch syntax/geometry errors. Fast sanity check before rendering.

  • render-preview — render a .scad file to PNG and return it inline for visual inspection. Supports image size, camera, projection, color scheme, render mode (full vs. throwntogether), and view overlays (axes/edges/etc). Defaults to saving next to the source file.

  • export-model — export a .scad file to STL/OFF/3MF/AMF/DXF/SVG/CSG/POV. Defaults to saving next to the source file.

All three model tools take a path to the .scad file (any location — no fixed workspace directory) and an optional output path to override where the rendered/exported file is saved.

Environment variables

  • OPENSCAD_BIN — path to the openscad executable (default: openscad).

Related MCP Connectors

Related MCP Servers

  • A
    license
    Not graded
    quality
    Not graded
    maintenance
    Enables AI assistants to render 3D models by providing tools to execute OpenSCAD code and generate single or multi-perspective views. It returns high-quality PNG renderings directly to LLM applications for visual feedback and 3D model visualization.
    MIT
  • A
    license
    Not graded
    quality
    D
    maintenance
    Enables LLMs to create and manipulate 3D models using OpenSCAD through MCP tools for code-based modeling, preview, and export.
    1
    MIT
  • A
    license
    Not graded
    quality
    C
    maintenance
    Exposes OpenSCAD CLI as MCP tools for validating, rendering, and exporting parametric 3D models. Enables LLM clients to interactively create and manipulate OpenSCAD designs.
    4
    MIT