Today, I discovered Claude Code, and one of the coolest things is how it connects with the WinCC Unified MCP Server – which I had just implemented a few days ago.
By giving Claude access to the MCP Server from the WinCC Unified system, you can simply ask it about your tags and data. And by giving Claude the WinCC Unified GraphQL Server schema (which contains the documentation), it understands the structure and can generate the JavaScript (REST calls) needed to build dashboards for you.
No manual coding, no digging through tag lists – just ask, and it builds.
π And all that is possible with an open, RESTful, HTTP-based GraphQL interface for SCADA – plus an MCP Server built on the same interface.
π€ I started with a simple dashboard – I donβt know how far you can go in building more complex ones yet, but at least, itβs a fast and helpful starting point for developers.
π₯ Check out this quick demo: https://youtu.be/FxCk4M_PmIo
π GitHub Repo’s:
https://github.com/vogler75/winccua-graphql-dashboard
https://github.com/vogler75/winccua-mcp-server