sw-mcp

reddred555/sw-mcp
★ 1 stars Python 💻 Code/Dev Tools Updated 8d ago
STUKACH MFG MCP Server: SolidWorks 2022 + ArtCAM 2012 pipeline
View on GitHub →

Quick Install

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

Add to claude_desktop_config.json:

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

Or install with pip: pip install sw-mcp

README Excerpt

SolidWorks 2022 + ArtCAM 2012 — MCP-сервер для автоматизації виробничого pipeline. ``` SolidWorks → DXF/STL/3MF → ArtCAM → G-code → WDMAX CNC ``` | Інструмент | Опис | |---|---| | `sw_connect()` | Підключитись до запущеного SolidWorks | | Інструмент | Опис | |---|---| | `sw_list_documents()` | Список всіх відкритих документів |