SolidWorks Generator is a Model Context Protocol (MCP) server that provides a means for automating SolidWorks tasks via Python scripting. It leverages a Large Language Model (LLM) to interpret user requests and generate runnable Python code using the `pywin32` library. This allows users to automate the creation of parts and drawings in SolidWorks by simply providing natural language requests to an MCP client, which are then translated into executable scripts by the server.