Productivity|Development|AI / ML|Cloud|MediaPython
OpenSCAD-MCP-Server
A Model Context Protocol (MCP) server that generates 3D models from text descriptions or images.
N/A rating (0 reviews)0 installs139 GitHub stars
3D modelingOpenSCADAI image generation
This server enables users to create parametric 3D models using multi-view reconstruction and OpenSCAD. It features AI image generation, an image approval workflow, and remote processing capabilities.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"openscad-mcp-server-1": {
"args": [
"mcp-server-openscad-mcp-server-1"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.