tia-openness-studio

asckye/tia-openness-studio
★ 0 stars C# Code/Dev Tools Updated 2d ago
Drive Siemens TIA Portal V15.1-V21 via the Openness API: desktop app, CLI and MCP server. Batch export/import, V21 Version Control Interface for Git, project inspection, compile diagnostics. Builds and runs without TIA Portal via a mock backend.
View on GitHub → 🔍 Audit Wallet Slippage →

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-openness-studio": {
      "command": "npx",
      "args": [
        "-y",
        "asckye/tia-openness-studio"
      ]
    }
  }
}

README Excerpt

Drive Siemens TIA Portal (V15.1 – V21) from a desktop app, a command line, or an AI assistant. Three front ends share one engine: | front end | project | what it is for | |---|---|---| | **Desktop** | `TiaOpenness.Studio.exe` | Point-and-click: browse the project, batch export/import, compile, inspect, version control |