mcpbeat Sign in

Onshape MCP Server

by gpambrozio Your server? Claim it
local only

Onshape runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 22 Sep 2026.

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

Installs / week
npm · @gpambrozio/onshape-mcp
0
Stars
0 open issues
22 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Onshape every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add onshape -- npx -y @gpambrozio/onshape-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "onshape": {
      "args": [
        "-y",
        "@gpambrozio/onshape-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.onshape]
command = "npx"
args = ["-y", "@gpambrozio/onshape-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "onshape": {
      "args": [
        "-y",
        "@gpambrozio/onshape-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "onshape": {
      "args": [
        "-y",
        "@gpambrozio/onshape-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: ONSHAPE_ACCESS_KEY (Onshape API access key. Optional: the server signs in through the browser when this is not set.), ONSHAPE_SECRET_KEY (Onshape API secret key, paired with ONSHAPE_ACCESS_KEY.), ONSHAPE_MCP_OUTPUT_DIR (Directory for exported STL/STEP files and renders. Defaults to the working directory.). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Onshape

same job, measured the same way
Asap
by asap

Drive ASAP: French invoicing, contacts and e-signature from any MCP client (NF203-compliant).

answering
Screenify Studio
by screenify

Record your screen and export studio-styled demo videos on macOS, driven by your AI assistant.

local only
iCloud Drive Docs
by js713-lab

Read-only MCP server for listing, searching, downloading, and reading iCloud Drive documents.

local only
Smolanalytics
by arjun0606

End-to-end tests from one sentence: an agent drives a real browser, and passing runs replay free.

97 installs/wk local only
AnkusDrive
by gchen19

Drive FreeCAD from an agent: CAD modeling, drawings, FEM, CFD, EM, and multiphysics simulation.

local only
MoySklad MCP (RU)
by ilyautov

MoySklad JSON API 1.2 in your AI assistant — schema-driven, safety-gated document writes.

local only
Scout for Premiere Pro
by tro2789

Drive Adobe Premiere Pro from an AI agent: transcript search, markers, cuts, exports, 277 tools.

local only
I
Key Drivers MCP
by petrmasa

MCP server for key driver and feature importance analysis based on rule mining

53 installs/wk local only

Onshape — questions

Answers built from our own checks of this server.

Why is there no uptime for Onshape?
Onshape runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @gpambrozio/onshape-mcp.
How do I connect Onshape?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @gpambrozio/onshape-mcp straight from npm; nothing to host, nothing to sign up for.
Is Onshape open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.