MCP server for Rockwell/Allen-Bradley Studio 5000 — parse L5X project exports and give AI agents structured access to PLC tags, UDTs, routines, and programs.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"studio5000-mcp-serve": {
"command": "uvx",
"args": [
"studio5000-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add studio5000-mcp-serve uvx studio5000-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"studio5000-mcp-serve": {
"command": "uvx",
"args": [
"studio5000-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install studio5000-mcp-server