Loom
БесплатноНе проверенEnables agents to validate, render preview (PNG), and export OpenSCAD models to various formats using the openscad CLI.
Описание
Enables agents to validate, render preview (PNG), and export OpenSCAD models to various formats using the openscad CLI.
README
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)
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.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).
Установка Loom
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/agxmeister/loomFAQ
Loom MCP бесплатный?
Да, Loom MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для Loom?
Нет, Loom работает без API-ключей и переменных окружения.
Loom — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить Loom в Claude Desktop, Claude Code или Cursor?
Открой Loom на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
GitHub
PRs, issues, code search, CI status
автор: GitHubFilesystem
Secure file operations with configurable access controls.
Memory
Knowledge graph-based persistent memory system.
Template MCP Server
A CLI tool to create a new Model Context Protocol server project with TypeScript support, dual transport options, and an extensible structure
автор: mcpdotdirectCompare Loom with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории development
