abb-robotstudio-mcp

eliasbitsch/abb-robotstudio-mcp
★ 4 stars C# Browser/Web Updated 5d ago
MCP server for ABB RobotStudio (SDK Add-In) and ABB controllers (Robot Web Services)
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": {
    "abb-robotstudio-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "eliasbitsch/abb-robotstudio-mcp"
      ]
    }
  }
}