From jarvis-onshape-mcp
Connects to the Onshape CAD platform API for file management and document access. Runs locally as a Python subprocess using uv. Requires ONSHAPE_API_KEY and ONSHAPE_API_SECRET.
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"onshape": {
"command": "uv",
"args": [
"--directory",
"${CLAUDE_PLUGIN_ROOT}",
"run",
"onshape-mcp"
],
"env": {
"ONSHAPE_API_KEY": "${user_config.ONSHAPE_API_KEY}",
"ONSHAPE_API_SECRET": "${user_config.ONSHAPE_API_SECRET}"
}
}
}
}Replace placeholder values for: ONSHAPE_API_KEY, ONSHAPE_API_SECRET
Review these signals before enabling this server
This MCP server needs API keys or credentials. Configure them in your environment before use.
This server has elevated permissions. Review the source code before enabling.
Server configuration and connection parameters
uvCommand-line arguments passed to the server process
Environment variables set when the server starts
ONSHAPE_API_KEY=${user_config.ONSHAPE_API_KEY}ONSHAPE_API_SECRET=${user_config.ONSHAPE_API_SECRET}Sensitive values you must provide — never committed to source control
Declared capabilities of this MCP server
npx claudepluginhub reshefelisha/jarvis-onshape-mcp --plugin jarvis-onshape-mcp