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. - Read OPC UA Nodes: Retrieve real-time values from industrial devices. - Write to OPC UA Nodes: Control devices by writing va
Add this skill
npx mdskills install kukapay/opcua-mcpBridges AI agents with industrial OPC UA systems for monitoring and control operations
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:
git clone https://github.com/kukapay/opcua-mcp.git
cd opcua-mcp
pip install mcp[cli] opcua cryptography
{
"mcpServers": {
"opcua-mcp": {
"command": "python",
"args": ["path/to/opcua_mcp/main.py"],
"env": {
"OPCUA_SERVER_URL": "your-opc-ua-server-url"
}
}
}
}
This project is licensed under the MIT License. See the LICENSE file for details.
Install via CLI
npx mdskills install kukapay/opcua-mcpOPC UA MCP Server is a free, open-source AI agent skill. 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. - Read OPC UA Nodes: Retrieve real-time values from industrial devices. - Write to OPC UA Nodes: Control devices by writing va
Install OPC UA MCP Server with a single command:
npx mdskills install kukapay/opcua-mcpThis downloads the skill files into your project and your AI agent picks them up automatically.
OPC UA MCP Server works with Claude Code, Claude Desktop, Cursor, Vscode Copilot, Windsurf, Continue Dev, Gemini Cli, Amp, Roo Code, Goose. Skills use the open SKILL.md format which is compatible with any AI coding agent that reads markdown instructions.