solidworks-mcp

blussyya/solidworks-mcp
★ 0 stars Python AI/LLM Updated today
MCP server that drives SolidWorks 2022 directly from AI assistants — sketching, features, dimensions, export, and inspection. Works with Claude Desktop and opencode.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "solidworks-mcp": {
      "command": "uvx",
      "args": [
        "solidworks-mcp"
      ]
    }
  }
}

Or install with pip: pip install solidworks-mcp

README Excerpt

An MCP server that drives SolidWorks 2022 directly from AI assistants — sketching, features (extrude/cut/revolve/fillet/chamfer/shell/patterns), driving dimensions and equations, exporting, and inspecting mass properties. **Windows only.** SolidWorks automation goes through Windows COM — this must run on the same machine where SolidWorks 2022 is installed and licensed.