-sap2000-mcp-automation

notbenjaming/-sap2000-mcp-automation
★ 0 stars Python AI/LLM Updated 3d ago
SAP2000 v24 automation via COM/OAPI + MCP server for AI agents
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": {
    "-sap2000-mcp-automat": {
      "command": "uvx",
      "args": [
        "-sap2000-mcp-automation"
      ]
    }
  }
}

Or install with pip: pip install -sap2000-mcp-automation