opcua-mcp
Servidor OPC UA MCP
Un servidor MCP que se conecta a sistemas industriales habilitados para OPC UA, lo que permite que los agentes de IA monitoreen, analicen y controlen datos operativos en tiempo real.
Este proyecto es ideal para desarrolladores e ingenieros que buscan unir flujos de trabajo impulsados por IA con sistemas de automatización industrial.
Características
Leer nodos OPC UA : recupere valores en tiempo real de dispositivos industriales.
Escribir en nodos OPC UA : controla dispositivos escribiendo valores en nodos específicos.
Integración perfecta : funciona con clientes MCP como Claude Desktop para la interacción en lenguaje natural.
Herramientas
El servidor expone dos herramientas:
read_opcua_node:Descripción : Lee el valor de un nodo OPC UA específico.
Parámetros :
node_id(str): ID del nodo OPC UA (por ejemplo,ns=2;i=2).
Devuelve : una cadena con el ID del nodo y su valor (por ejemplo, "Nodo ns=2;i=2 valor: 42").
write_opcua_node:Descripción : Escribe un valor en un nodo OPC UA específico.
Parámetros :
node_id(str): ID del nodo OPC UA (por ejemplo,ns=2;i=3).value(str): Valor a escribir (convertido según el tipo de nodo).
Devuelve : Un mensaje de éxito o error (por ejemplo, "Se escribió correctamente 100 en el nodo ns=2;i=3").
Ejemplos de indicaciones
"¿Cuál es el valor del nodo ns=2;i=2?" → Devuelve el valor actual.
"Establecer el nodo ns=2;i=3 en 100." → Escribe 100 en el nodo.
Related MCP server: OPC UA MCP Server
Instalación
Prerrequisitos
Python 3.10 o superior
Un servidor OPC UA (por ejemplo, un simulador o un dispositivo industrial real)
Instalar dependencias
Clone el repositorio e instale los paquetes de Python necesarios:
git clone https://github.com/kukapay/opcua-mcp.git
cd opcua-mcp
pip install asyncua mcp[cli]Configuración del cliente MCP
{
"mcpServers": {
"opcua-mcp": {
"command": "python",
"args": ["path/to/opcua_mcp/main.py"],
"env": {
"OPCUA_SERVER_URL": "your-opc-ua-server-url"
}
}
}
}Licencia
Este proyecto está licenciado bajo la Licencia MIT. Consulte el archivo de LICENCIA para más detalles.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Connectors
An MCP server giving access to Grafana dashboards, data and more.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceAn MCP server that standardizes and contextualizes industrial Modbus data.25MIT
- AlicenseNot gradedqualityDmaintenanceConnects to any OPC UA server and exposes its node tree and data via MCP, with tools to read values and search nodes.5MIT
- AlicenseNot gradedqualityDmaintenanceAn open-source MCP server that bridges AI models with industrial equipment, supporting multiple protocols like Modbus, OPC UA, and MQTT for reading data and controlling machines.2Apache 2.0
- AlicenseAqualityBmaintenanceMCP server that unifies real-time telemetry from industrial systems into a single queryable interface, enabling production visibility, anomaly detection, and operational insights.5190MIT
Appeared in Searches
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/kukapay/opcua-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server