onshape for Windsurf
io.github.gpambrozio/onshape
Drive Onshape CAD from an assistant: documents, sketches, solid features, assemblies and exports.
client:Windsurf
transport:stdio
runtime:npm
Install onshape in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs