Odel
OPC-UA MCP Server

OPC-UA MCP Server

Local
@mwieczorkiewicz5GoMITUpdated 1mo ago

Read, write, browse, search, and subscribe to live data on an OPC-UA industrial automation server.

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

Dockerghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4

Run

docker run -i --rm ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4

MCP client config

{
  "mcpServers": {
    "opc-ua-mcp-server": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ]
    }
  }
}