loom
Allows validation, rendering, and exporting of OpenSCAD models.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@loomrender a preview of my design.scad"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
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+
openscadon your PATH (or setOPENSCAD_BINto its full path)
Related MCP server: OpenSCAD MCP Server
Install
npm installRun standalone
npm startRegister with Claude Code
claude mcp add loom -- node /absolute/path/to/loom/src/index.jsTools
openscad-version— confirm the OpenSCAD CLI is available.validate-model— compile a.scadfile without producing a visual export, to catch syntax/geometry errors. Fast sanity check before rendering.render-preview— render a.scadfile 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.scadfile 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).
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-quality-maintenanceEnables 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.Last updated
- Alicense-qualityDmaintenanceEnables AI assistants to create and manipulate 3D CAD models using OpenSCAD.Last updated221MIT
- Alicense-qualityDmaintenanceEnables LLMs to create and manipulate 3D models using OpenSCAD through MCP tools for code-based modeling, preview, and export.Last updated1MIT
- Alicense-qualityCmaintenanceExposes OpenSCAD CLI as MCP tools for validating, rendering, and exporting parametric 3D models. Enables LLM clients to interactively create and manipulate OpenSCAD designs.Last updated3MIT
Related MCP Connectors
Agent-first CAD: editable .kcad.ts source, deterministic review, OpenCASCADE kernel.
OCR, transcription, file extraction, and image generation for AI agents via MCP.
Convert Revit files to XKT, IFC, or DWG and query BIM data via natural language.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/agxmeister/loom'
If you have feedback or need assistance with the MCP directory API, please join our Discord server