format37/openscad-mcp
3.3
If you are the rightful owner of openscad-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The OpenSCAD MCP server facilitates the composition and rendering of OpenSCAD scripts using a Language Model (LLM) through the Model Context Protocol (MCP).
openscad-mcp
The openscad MCP server to compose openscad scripts and render them by LLM
Claude desktop config
"openscad": {
"command": "npx",
"args": [
"mcp-remote",
"http://localhost:8000/sse"
],
"disabled": false
}