Back to Apps

OpenSCAD MCP Server
Supports UIby quellant
Parametric 3D modeling with OpenSCAD featuring an interactive three.js 3D preview inside the chat.
0 stars
Works in:Cursor
Exposes:ToolsResources
What it does
This MCP App allows AI agents to generate parametric OpenSCAD (.scad) code and render it as an interactive 3D model directly within the conversation using a three.js viewport.
Key features
- Interactive 3D Preview: Renders SCAD geometry inline as a visual resource.
- Comprehensive Toolset: 32 dedicated tools for primitives, transforms, booleans, and modifiers.
- AST-Driven Generation: Builds an abstract syntax tree for precise 3D modeling.
- Vercel Deployment: Easily deployable as a serverless function for remote access.
Installation
- Claude Code:
claude mcp add openscad https://your-app.vercel.app/mcp - Claude Desktop: Add the following to
claude_desktop_config.json:{ "mcpServers": { "openscad": { "url": "https://your-app.vercel.app/mcp" } } }
Supported hosts
- Claude Desktop
- Claude Code
- Cursor
- Claude.ai (Web)
Quick install
npm install openscad-mcp-serverInformation
- Pricing
- free
- Published
- 4/20/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Cursor
Configure mcp.json with the server URLclaude-ai
Add the Vercel deployment URL to Claude.ai Settings → IntegrationsClaude Desktop
Add URL to claude_desktop_config.json





