SolidWorks Generator icon

SolidWorks Generator

1

Generates SolidWorks automation Python scripts using an LLM and pywin32 for part and drawing creation.

소개

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.

주요 기능

  • Generates Python scripts for SolidWorks automation.
  • Uses an LLM to translate natural language requests into pywin32 code.
  • Designed as a FastMCP server for easy integration with MCP clients.
  • Saves generated SolidWorks parts with unique, timestamped filenames.
  • 1 GitHub stars

사용 사례

  • Automating the creation of standard parts in SolidWorks.
  • Integrating SolidWorks automation into MCP-compatible workflows.
  • Generating drawings based on specific user requests.