关于
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.