SolidworksMCP-python

andrewbartels1/SolidworksMCP-python
★ 18 stars Python 🧠 Memory/Knowledge Updated today
A comprehensive Model Context Protocol (MCP) server for SolidWorks automation (in python)
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solidworksmcp-python": {
      "command": "uvx",
      "args": [
        "solidworksmcp-python"
      ]
    }
  }
}

Or install with pip: pip install solidworksmcp-python

README Excerpt

Python MCP server for SolidWorks automation with 109 tools, plus an optional agent/prompt-testing layer for AI-assisted workflows. > ⚠️ **Project Status:** This project is under active construction. Features, APIs, documentation, and setup steps may change as the Python and UI implementation is finalized. This is a hobby/research product, please feel free to make an issue if you have questions or feedback! ⚠️