Back to MCP Servers
Opcua
An MCP server that connects to OPC UA-enabled industrial systems.
embedded-system
By kukapay
Installation
npx -y opcua-mcpConfiguration
{
"mcpServers": {
"opcua-mcp": {
"command": "npx",
"args": ["-y", "opcua-mcp"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes