onshape-mcp
Related Servers
Alternatives to onshape-mcp
No user-submitted related servers found.
Related Servers
- AlicenseBqualityCmaintenanceEnables OpenAI Codex to drive real Onshape parametric CAD via 69 tools for documents, sketches, features, assemblies, parametric updates, FeatureScript, vision, and export.69MIT
- FlicenseBqualityAmaintenanceEnables programmatic CAD modeling with Onshape's REST API, offering 45 tools for parametric sketches, feature management, assemblies, analysis, variables, and exports.48144-
- AlicenseNot gradedqualityCmaintenanceEnables Claude Code to drive OnShape CAD through the REST API for parametric modeling, FeatureScript queries, and STL export/verification.MIT
- AlicenseBqualityCmaintenanceConnects AI coding agents to Autodesk Fusion 360 for CAD automation, enabling natural language control over sketching, 3D modeling, and CAM operations. It uses a Python-based bridge and a custom add-in to execute over 80 tools ranging from simple geometry creation to complex assembly and parameter management.80333 PyPI101MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to control a running SOLIDWORKS session through its COM API, with tools for sketching, feature creation, assemblies, and visual feedback via screenshots.13Apache 2.0
- AlicenseNot gradedqualityBmaintenanceEnables AI hosts to interact with a browser CAD workbench through model-neutral local stdio or authenticated remote MCP tools, supporting command discovery, design-health analysis, and scoped previews while never reading local files or taking over open sessions.MIT
TDQS
Scored across 87 tools
Almost every tool names a distinct resource plus action, and the onshape_ prefix with object nouns keeps categories like document, feature, assembly and drawing separate. A few pairs are easy to confuse—get_feature_specs vs get_feature_studio_specs, extrude vs hole, boolean vs boolean_union—but the descriptions clarify them well enough.
All 87 tools use the onshape_ prefix and snake_case, and the dominant get/create/update/delete/list vocabulary is predictable. Deviations like hole, thicken, shell, boolean_union, mass_properties and thumbnail_info keep it from being perfectly uniform.
87 tools far exceeds the 50+ threshold for an extreme count mismatch, making the tool surface hard for an agent to survey. Many specialized helpers like sketch_rectangle, sketch_line and sketch_candy_cane_path duplicate what create_sketch or onshape_request could already express, so the set feels driven by endpoint coverage rather than curation.
The set covers document and element lifecycle, feature-tree CRUD, sketching, common modeling operations, assemblies, drawings, export and metadata very broadly for a CAD platform. Obvious gaps like workspace creation/deletion and element rename/copy remain, though onshape_request provides a workable escape hatch.