Back to Apps

Onshape MCP Server
by blamy
Connect your AI to Onshape CAD, enabling programmatic access to 3D models and documents.
0 stars
Works in:claude
Exposes:Tools
What it does
This server provides a bridge between the Model Context Protocol and Onshape, a professional cloud-based CAD platform. It allows AI assistants to interact with Onshape documents, query geometry, and manage CAD data directly within the chat interface.
Tools
get_document: Retrieves metadata and structure for a specific Onshape document.list_documents: Lists available documents in the user's Onshape account.query_geometry: Performs lookups on specific CAD elements within a document.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"onshape": {
"command": "npm",
"args": ["run", "onshape-mcp-server"],
"env": {
"ONSHAPE_API_KEY": "your_api_key",
"ONSHAPE_SECRET_KEY": "your_secret_key"
}
}
}
}
Supported hosts
- Claude Desktop
Quick install
npm install onshape-mcp-serverInformation
- Pricing
- free
- Published
- 7/5/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"onshape": {"command": "npm", "args": ["run", "onshape-mcp-server"], "env": {"ONSHAPE_API_KEY": "your_api_key", "ONSHAPE_SECRET_KEY": "your_secret_key"}}}}





