Skip to content
Cline

OPC-UA MCP Server for Cline

io.github.mwieczorkiewicz/opcua-mcp

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

client:Cline transport:stdio runtime:oci

Install OPC-UA MCP Server in Cline

~/Library/Application Support/Code/User/globalStorage/saoudrizwan.claude-dev/settings/cline_mcp_settings.json · windows: %APPDATA%\Code\User\globalStorage\saoudrizwan.claude-dev\settings\cline_mcp_settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "opcua-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ],
      "env": {
        "OPCUA_ENDPOINT": "<OPCUA_ENDPOINT>",
        "OPCUA_AUTH_MODE": "<OPCUA_AUTH_MODE>",
        "OPCUA_USERNAME": "<OPCUA_USERNAME>",
        "OPCUA_PASSWORD": "<OPCUA_PASSWORD>",
        "OPCUA_SECURITY_POLICY": "<OPCUA_SECURITY_POLICY>",
        "OPCUA_SECURITY_MODE": "<OPCUA_SECURITY_MODE>",
        "SERVER_TRANSPORT": "<SERVER_TRANSPORT>"
      }
    }
  }
}

Cline's MCP Servers pane edits this file for you if you would rather not find it. Cline docs

OPC-UA MCP Server in other clients