PluginBench
MCP Server
Active
MIT

OPC-UA MCP Server MCP Server

io.github.mwieczorkiewicz/opcua-mcp

What is the OPC-UA MCP Server MCP server?

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

How to install OPC-UA MCP Server

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • OPCUA_ENDPOINT
    required

    OPC-UA server endpoint to connect to, e.g. opc.tcp://your-plc-host:4840

  • OPCUA_AUTH_MODE

    Authentication mode against the OPC-UA server

  • OPCUA_USERNAME

    Username, required if OPCUA_AUTH_MODE=username

  • OPCUA_PASSWORD
    secret

    Password, required if OPCUA_AUTH_MODE=username

  • OPCUA_SECURITY_POLICY

    OPC-UA transport security policy, e.g. Basic256Sha256

  • OPCUA_SECURITY_MODE

    OPC-UA transport security mode, e.g. SignAndEncrypt

  • SERVER_TRANSPORT

    MCP transport: stdio (for local MCP clients) or http (for remote/hosted deployments)

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "opcua-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ],
      "env": {
        "OPCUA_ENDPOINT": "<YOUR_OPCUA_ENDPOINT>",
        "OPCUA_AUTH_MODE": "<YOUR_OPCUA_AUTH_MODE>",
        "OPCUA_USERNAME": "<YOUR_OPCUA_USERNAME>",
        "OPCUA_PASSWORD": "<YOUR_OPCUA_PASSWORD>",
        "OPCUA_SECURITY_POLICY": "<YOUR_OPCUA_SECURITY_POLICY>",
        "OPCUA_SECURITY_MODE": "<YOUR_OPCUA_SECURITY_MODE>",
        "SERVER_TRANSPORT": "<YOUR_SERVER_TRANSPORT>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "opcua-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ],
      "env": {
        "OPCUA_ENDPOINT": "<YOUR_OPCUA_ENDPOINT>",
        "OPCUA_AUTH_MODE": "<YOUR_OPCUA_AUTH_MODE>",
        "OPCUA_USERNAME": "<YOUR_OPCUA_USERNAME>",
        "OPCUA_PASSWORD": "<YOUR_OPCUA_PASSWORD>",
        "OPCUA_SECURITY_POLICY": "<YOUR_OPCUA_SECURITY_POLICY>",
        "OPCUA_SECURITY_MODE": "<YOUR_OPCUA_SECURITY_MODE>",
        "SERVER_TRANSPORT": "<YOUR_SERVER_TRANSPORT>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "opcua-mcp": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ],
      "env": {
        "OPCUA_ENDPOINT": "<YOUR_OPCUA_ENDPOINT>",
        "OPCUA_AUTH_MODE": "<YOUR_OPCUA_AUTH_MODE>",
        "OPCUA_USERNAME": "<YOUR_OPCUA_USERNAME>",
        "OPCUA_PASSWORD": "<YOUR_OPCUA_PASSWORD>",
        "OPCUA_SECURITY_POLICY": "<YOUR_OPCUA_SECURITY_POLICY>",
        "OPCUA_SECURITY_MODE": "<YOUR_OPCUA_SECURITY_MODE>",
        "SERVER_TRANSPORT": "<YOUR_SERVER_TRANSPORT>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "opcua-mcp": {
      "type": "stdio",
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4"
      ],
      "env": {
        "OPCUA_ENDPOINT": "<YOUR_OPCUA_ENDPOINT>",
        "OPCUA_AUTH_MODE": "<YOUR_OPCUA_AUTH_MODE>",
        "OPCUA_USERNAME": "<YOUR_OPCUA_USERNAME>",
        "OPCUA_PASSWORD": "<YOUR_OPCUA_PASSWORD>",
        "OPCUA_SECURITY_POLICY": "<YOUR_OPCUA_SECURITY_POLICY>",
        "OPCUA_SECURITY_MODE": "<YOUR_OPCUA_SECURITY_MODE>",
        "SERVER_TRANSPORT": "<YOUR_SERVER_TRANSPORT>"
      }
    }
  }
}
Claude Code
claude mcp add opcua-mcp --env OPCUA_ENDPOINT=<YOUR_OPCUA_ENDPOINT> --env OPCUA_AUTH_MODE=<YOUR_OPCUA_AUTH_MODE> --env OPCUA_USERNAME=<YOUR_OPCUA_USERNAME> --env OPCUA_PASSWORD=<YOUR_OPCUA_PASSWORD> --env OPCUA_SECURITY_POLICY=<YOUR_OPCUA_SECURITY_POLICY> --env OPCUA_SECURITY_MODE=<YOUR_OPCUA_SECURITY_MODE> --env SERVER_TRANSPORT=<YOUR_SERVER_TRANSPORT> -- docker run -i --rm ghcr.io/mwieczorkiewicz/opcua-mcp:main-29734c4

Related MCP servers

Control a real Chrome browser to complete any task: fill forms, extract data, book flights.

110k
Python
MIT
View repository →

Real-time global intelligence: markets, conflicts, country risk, energy, and infrastructure monitoring via 39 MCP tools.

83k
TypeScript
AGPL-3.0
View repository →

Netdata

Active

Real-time infrastructure monitoring with per-second metrics, ML-powered anomaly detection, and zero-configuration setup.

80k
Go
GPL-3.0
View repository →

Trending hip-hop artist momentum scores across four cultural dimensions.

79k
TypeScript
MIT
View repository →

AI orchestration platform with 100+ agents, swarm coordination, and self-learning memory for enterprise development.

68k
TypeScript
MIT
View repository →

Web scraping with stealth HTTP, real browsers, and Cloudflare bypass capabilities.

67k
Python
BSD-3-Clause
View repository →