Step-by-step installation and configuration guide for IT administrators and technical personnel.
技术指南 — IT 管理员和技术人员的安装配置指南
| Component / 组件 | Minimum / 最低 | Recommended / 推荐 |
|---|---|---|
| OS | Windows 10 64-bit (Build 19041+) | Windows 11 64-bit |
| RAM | 8 GB | 16 GB+ |
| Disk | 500 MB free | 2 GB+ free |
| CPU | 4 cores | 8+ cores |
| Network | Internet required (HTTPS) | Stable broadband |
| AI Client | Claude Desktop or Claude Code | Latest version |
| Target Software | The product you subscribe to must be installed locally (e.g. AutoCAD 2026, Revit, Navisworks 2027, SAP2000 V27, ETABS V23, SAFE V23, or Microsoft Office) | |
SOAR connectors ship as standalone compiled executables. No Python, no pip, no dependencies — the installer sets up everything automatically.
If Windows SmartScreen shows "Windows protected your PC", click More info → Run anyway. The installer automatically unblocks downloaded files. If your antivirus quarantines the launcher, add the SOAR installation folder to its exclusion list.
如果 Windows SmartScreen 彈出提示,按「其他資訊 → 仍要執行」。防毒軟件誤攔截時,請將 SOAR 安裝資料夾加入白名單。
Understanding the dual-layer architecture: a lightweight Shell (launcher executable) on your machine, and the Soul (function modules) delivered from the cloud on each start.
| Component | Location | Purpose / 用途 |
|---|---|---|
| Launcher (EXE) | SOAR installation folder | Standalone compiled executable — verifies license, loads modules / 獨立執行檔,驗證授權並載入模組 |
| Claude config | claude_desktop_config.json | Written automatically by install.bat / 由 install.bat 自動寫入 |
| Cloud modules | Downloaded at startup (in-memory) | Function modules fetched over TLS from *.soarmcpsoftware.com — concurrent download, ~15s first start / 雲端模組並行下載 |
| License cache | Local app data | Allows offline grace period after verification / 驗證後提供離線寬限期 |
Because modules load into memory from the cloud, updates are delivered instantly — no reinstall needed. Your drawings, models, and documents never leave your machine.
install.bat configures Claude automatically — you normally never need to edit these files. The reference below is for IT administrators verifying the setup.
Location: %APPDATA%\Claude\claude_desktop_config.json
Each connector entry points at its standalone launcher executable (the exact installation path is chosen during install). The license key is stored securely by the launcher — it does not appear in the Claude config file. Claude Code uses the same structure in its MCP settings.
SOAR MCP connectors communicate locally via stdio or SSE. However, they require internet access for license validation and AI API calls.
| Direction | Port | Destination | Purpose / 用途 |
|---|---|---|---|
| Outbound | 443 (HTTPS) | api.anthropic.com | Claude AI API |
| Outbound | 443 (HTTPS) | *.soarmcpsoftware.com | License validation & module delivery / 授權驗證與模組下載 |
| Local | Dynamic | localhost | MCP stdio transport |
If your organization uses a proxy server, set the HTTPS_PROXY environment variable:
After purchase via Stripe checkout, your license key is emailed to you. Activation happens during installation:
*.soarmcpsoftware.com at startup, with an offline grace period afterwardsRe-run install.bat and enter the new key when prompted — settings and Claude configuration are preserved. 重新執行 install.bat 並輸入新授權碼即可,設定會保留。
install.bat → "Run as administrator"After installation, verify everything is working:
Cause: Launcher path in Claude config is wrong, or antivirus blocked the executable.
Fix: Re-run install.bat as administrator. Check your antivirus quarantine and whitelist the SOAR folder if needed.
Cause: Host application not running.
Fix: Ensure the target application (AutoCAD, ETABS, Excel, etc.) is open and fully loaded before sending commands. Run Claude as the same Windows user that runs the software.
Cause: Firewall blocking outbound HTTPS to *.soarmcpsoftware.com, or proxy not configured.
Fix: Add firewall rules (see Step 5). If behind a corporate proxy, set HTTPS_PROXY environment variable.
Cause: Slow or unstable connection to Cloudflare edge.
Fix: First start downloads modules concurrently (~15s on broadband). Retry once — subsequent starts are faster. Check *.soarmcpsoftware.com is reachable from your network.
Cause: install.bat was not run with administrator rights.
Fix: Right-click install.bat → "Run as administrator". The installer self-elevates on most systems but some policies block this.
Open an issue on GitHub with your error log, or contact us at soardesignjimmy@gmail.com.