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.
npx claudepluginhub reshefelisha/jarvis-onshape-mcp --plugin jarvis-onshape-mcpAdd 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
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.
uvONSHAPE_API_KEY=${user_config.ONSHAPE_API_KEY}ONSHAPE_API_SECRET=${user_config.ONSHAPE_API_SECRET}Share bugs, ideas, or general feedback.