solidworks-mcp

just1step/solidworks-mcp
★ 3 stars C# 🤖 AI/LLM Updated today
A Model Context Protocol (MCP) server for SolidWorks, enabling AI assistants to interact with CAD models, automate design workflows, and bridge LLMs with SolidWorks API. 基于 Model Context Protocol (MCP) 的 SolidWorks 适配器,使 AI 助手能够直接操作、分析和自动化 SolidWorks 建模流程。
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": {
    "solidworks-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "just1step/solidworks-mcp"
      ]
    }
  }
}