studio5000-mcp-server

Nodeblue-AI/studio5000-mcp-server
★ 3 stars Python 🤖 AI/LLM Updated 10d ago
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.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "studio5000-mcp-serve": {
      "command": "uvx",
      "args": [
        "studio5000-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install studio5000-mcp-server

Topics

ai-agentsladder-logicmcp-serverplc-programmingstructured-textstudio5000