Tia-Portal-MCP-server

gangsterke/Tia-Portal-MCP-server
★ 5 stars C# 📁 File System Updated 10d ago
Tia-Portal MCP server built to be able to export OPC UA nodeset files from a PLC
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "tia-portal-mcp-serve": {
      "command": "npx",
      "args": [
        "-y",
        "gangsterke/Tia-Portal-MCP-server"
      ]
    }
  }
}