SolidWorks-MCP
Related Servers
Alternatives to SolidWorks-MCP
No user-submitted related servers found.
Related Servers
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to build, measure, verify, and correct parametric SolidWorks parts and assemblies locally via the COM API, supporting operations like sketching, extruding, modeling, dimensioning, material assignment, export, and assembly mating.MIT
- 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
- FlicenseNot gradedqualityAmaintenanceDrives SolidWorks 2022 on Windows via COM to perform CAD operations like sketching, features, dimensioning, and mass property inspection from AI assistants.-
- AlicenseNot gradedqualityDmaintenanceEnables LLMs to automate SolidWorks (open/save parts, modify dimensions, export STEP) via COM, and optionally generate geometry using build123d code-CAD with PNG previews.MIT
- AlicenseNot gradedqualityBmaintenanceEnables AI agents to design parametric 3D CAD models of industrial machinery end-to-end, including modeling, assembly, validation, and manufacturing drawings, through 79 MCP tools.2MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI models to automate SolidWorks CAD at the feature level through MCP, including building parts from DXF/DWG drawings and reproducing existing parts via a deterministic compiler.1AGPL 3.0
TDQS
Scored across 48 tools
Each tool targets a distinct operation: shape creation tools differ by geometry type (box, profile, spline, disc, cylinder, cone, revolve, sweep, loft), cutting tools differ by face and depth, and assembly tools are separate. Descriptions provide clear use cases. No two tools appear to serve the same purpose.
All creation tools follow add_*, cutting tools cut_*, queries get_*/list_*, and parametric edits set_*. Consistent verb-noun pattern. Even exceptions like check_interference and insert_component follow the pattern of specific verbs. No mixed conventions.
48 tools is a large surface, but the domain (full SolidWorks control) justifies it. Each tool is specific and non-redundant, covering part creation, editing, assembly, and analysis. While heavy, the tools are well-scoped to their individual tasks.
The server covers the full lifecycle: part creation, parametric editing, measurement, export, assembly composition and mating. Minor gaps like a delete_feature or list_features tool are missing, but agents can work around with existing operations. Overall, no obvious dead ends.