andrewbartels1/SolidworksMCP-python
Agent
This guide is written for people who know SolidWorks well but are new to LLM agents and AI-assisted workflows.
andrewbartels1/SolidworksMCP-python
Agent
This guide is written for people who know SolidWorks well but are new to LLM agents and AI-assisted workflows.
andrewbartels1/SolidworksMCP-python
Agent
You know SolidWorks. You know the click path for a boss extrude, you know what a fully-defined sketch looks like, and you have a feel for which features will cause a rebuild error before you even run it.
andrewbartels1/SolidworksMCP-python
Agent
This page documents hard-won lessons from debugging the SolidWorks COM bridge. If you are an AI coding assistant (Claude, GPT-4, Gemini, Copilot, etc.) working on this codebase, read this page before touching any COM-related code. Every entry below caused a real runtime failure that required hours to diagnose.
andrewbartels1/SolidworksMCP-python
Agent
This page defines how the orchestration agent should shortlist tools by feature family, so the LLM does not reason over the full tool surface at every step.
andrewbartels1/SolidworksMCP-python
Agent
This guide explains how to enable, configure, and use the logging infrastructure for SolidWorks MCP tool execution and multi-turn conversational design workflows.
andrewbartels1/SolidworksMCP-python
Agent
You know SolidWorks. This guide shows you how to describe what you want to build in plain language, let an LLM translate that into the right tool calls, and have SolidWorks build it — without clicking through menus.
andrewbartels1/SolidworksMCP-python
Agent
This page documents the best-performing LLM prompts for creating SolidWorks parts via the MCP server. Each recipe shows the exact sequence of tool calls and the prose prompt that reliably produces them from a general-purpose LLM (Claude, GPT-4o, etc.).
andrewbartels1/SolidworksMCP-python
Agent
This section explains where schema-driven validation belongs and how it relates to the MCP server.
andrewbartels1/SolidworksMCP-python
Agent
This tutorial shows how to take a screenshot or rendered image of a part — including the sample parts that ship with SolidWorks — and use prompting to recreate it from scratch using the MCP server.
andrewbartels1/SolidworksMCP-python
Agent
This guide describes the SolidWorks 2026 learn samples shipped with SolidWorks and explains which MCP tools and prompting strategies best recreate each part from scratch. Reference files live at.
andrewbartels1/SolidworksMCP-python
Agent
This page shows three practical reconstruction examples using the same inspect -> classify -> delegate loop.