Skip to content
Claude Desktop

OwlCAD for Claude Desktop

com.owlcad/mcp

Parametric 3D CAD for AI agents: build print-ready parts, check them, export STL, 3MF or STEP.

client:Claude Desktop transport:streamable-http

Install OwlCAD in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://mcp.owlcad.com"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

OwlCAD in other clients