Skip to content
Cline

onshape for Cline

io.github.gpambrozio/onshape

Drive Onshape CAD from an assistant: documents, sketches, solid features, assemblies and exports.

client:Cline transport:stdio runtime:npm

Install onshape in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "onshape": {
      "command": "npx",
      "args": [
        "-y",
        "@gpambrozio/onshape-mcp"
      ],
      "env": {
        "ONSHAPE_ACCESS_KEY": "<ONSHAPE_ACCESS_KEY>",
        "ONSHAPE_SECRET_KEY": "<ONSHAPE_SECRET_KEY>",
        "ONSHAPE_MCP_OUTPUT_DIR": "<ONSHAPE_MCP_OUTPUT_DIR>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

onshape in other clients