Industrial-grade MCP bridge for Siemens TIA Portal: Generate SCL, explore PLC structures, and automate engineering with AI (Claude, Cursor, LobeChat).
Most developer tooling work still happens through a UI a human drives. T MCP server moves it into the conversation instead. Industrial-grade MCP bridge for Siemens TIA Portal: Generate SCL, explore PLC structures, and automate engineering with AI (Claude, Cursor, LobeChat).
🚀 Get started in 5 minutes! Download the core engine at t-ia-connect.com and enjoy a 14-day full-featured free trial.
This repository contains the Generative AI bridging components built specifically during the hackathon.
The server publishes 3 tools. What each one is for:
get_project_overview — Understand the entire PLC program structure instantlycompile_device — Trigger TIA compilation directly from the chatPrerequisites — The Prerequisites tool exposed by this server.ap17 / .ap18 / .ap19 / .ap20)Because this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
Plenty of developer tooling servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. T's toolset — get_project_overview, compile_device, Prerequisites — is a fair guide to whether it matches your workflow. It is maintained by feelautom; worth a glance at recent repository activity before you build anything load-bearing on it.
SyncDev reviews every entry in this directory against the project's own documentation before publishing, and revisits them as servers change.
| Tool | What it does |
|---|---|
| get_project_overview | Understand the entire PLC program structure instantly. |
| compile_device | Trigger TIA compilation directly from the chat. |
| Prerequisites | The Prerequisites tool exposed by this server. |
{
"mcpServers": {
"tia-connect": {
"command": "C:\\Program Files\\T-IA Connect\\TiaPortalApi.App.exe",
"args": ["--mcp"]
}
}
}Configuration as documented by the project. Restart the client after saving.
.ap17 / .ap18 / .ap19 / .ap20)Kill hallucinated APIs — version-accurate, up-to-date library documentation injected straight into context.
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
GitHub's official server — repos, issues, pull requests, Actions and code security, straight from your assistant.
Issue tracking at the speed of conversation — Linear's official hosted server with OAuth and zero install.
Local repository surgery — status, diffs, commits, branches and history for any repo on disk.
Timezone sanity for AI — current time anywhere and correct conversions, without the model doing date math.