MCPServers
OPC UA - MCP server logo
2
0

Summary

OPC UA MCP server that connects to industrial automation systems and exposes their data points through a standardized interface. Built with FastMCP and asyncua, it provides tools for reading and writing OPC UA node values while handling connection lifecycle management. Particularly valuable for industrial automation engineers and system integrators who need to monitor and control OPC UA-enabled devices through AI assistants.

Available Actions(2)

read_opcua_node

Read the value of a specific OPC UA node. Parameters: node_id (str): OPC UA node ID (e.g., ns=2;i=2). Returns a string with the node ID and its value (e.g., 'Node ns=2;i=2 value: 42').

write_opcua_node

Write a value to a specific OPC UA node. Parameters: node_id (str): OPC UA node ID (e.g., ns=2;i=3), value (str): Value to write (converted based on node type). Returns a success or error message (e.g., 'Successfully wrote 100 to node ns=2;i=3').

Last Updated: April 17, 2025

社区评论

0.0
0 条评论
5
0
4
0
3
0
2
0
1
0

暂无评论. 成为第一个评论的人!

登录以参与讨论

Coming soon to
HighlightHighlight AI

语言

TypeScript

分类

标签