MCP server for ABB RobotStudio (SDK Add-In) and ABB controllers (Robot Web Services)
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"
]
}
}
}
Run in terminal:
claude mcp add abb-robotstudio-mcp npx -y eliasbitsch/abb-robotstudio-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"abb-robotstudio-mcp": {
"command": "npx",
"args": [
"-y",
"eliasbitsch/abb-robotstudio-mcp"
]
}
}
}