kukapay/opcua-mcp
An MCP server that connects to OPC UA-enabled industrial systems.
Quick Start
Clone the repository:
git clone https://github.com/kukapay/opcua-mcpClaude Desktop configuration example:
{
"mcpServers": {
"opcua-mcp": {
"command": "npx",
"args": [
"-y",
"kukapay/opcua-mcp"
]
}
}
}Check the repository README for specific installation and configuration instructions.