opcua_get_value_by_name

MCP tool from Opcua MCP by mwieczorkiewicz

Read a value by browse name instead of node ID, via the discovery index.

How to use it

opcua_get_value_by_name is exposed by the Opcua MCP MCP server. Add the server to your MCP client (Claude Desktop, Cursor, Windsurf and others), and the opcua_get_value_by_name tool becomes available to the model automatically. See the full listing for setup details and every tool this server provides.

Install Opcua MCP

$docker run -p 8080:8080 -e SERVER_TRANSPORT=http -e OPCUA_ENDPOINT=opc.tcp://your-server:4840 opcua-mcp
FULL OPCUA MCP LISTING