OpenSCAD-MCP-Server

jhacksman/OpenSCAD-MCP-Server
★ 133 stars Python 📦 Other Updated 1mo ago
Devin's attempt at creating an OpenSCAD MCP Server that takes a user prompt and generates a preview image and 3d file.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "openscad-mcp-server": {
      "command": "uvx",
      "args": [
        "openscad-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install openscad-mcp-server