The full upstream README, mirrored here for reference. Install config, tool schemas, adoption signals, and an original overview live on the Opcua MCP listing page.
An MCP server that connects to OPC UA-enabled industrial systems, allowing AI agents to monitor, analyze, and control operational data in real time.
This project is ideal for developers and engineers looking to bridge AI-driven workflows with industrial automation systems.
The server exposes five tools:
read_opcua_node:
node_id (str): OPC UA node ID (e.g., ns=2;i=2).write_opcua_node:
node_id (str): OPC UA node ID (e.g., ns=2;i=3).value (str): Value to write (converted based on node type).Browse nodes:
Read multiple OPC UA Nodes:
Write to multiple OPC UA Nodes:
Clone the repository and install the required Python packages:
This project is licensed under the MIT License. See the LICENSE file for details.