zwcad-mcp-server

petem903/zwcad-mcp-server
★ 0 stars Python Other Updated 11d ago
MCP server for AI-assisted CAD layout queries, editing, and round-tripping via ZWCAD 2026 COM automation. 35+ tools.
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": {
    "zwcad-mcp-server": {
      "command": "uvx",
      "args": [
        "zwcad-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install zwcad-mcp-server