TwinCat-MCP
Enables GitHub Copilot CLI to build, configure, deploy, and debug TwinCAT PLC projects.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@TwinCat-MCPcompile and deploy the PLC project to the Beckhoff controller"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TwinCat-MCP โ Documentation
Source for the public user documentation of TwinCat-MCP โ an MCP server for TwinCAT 3 PLC development that lets AI coding agents (Claude Code, GitHub Copilot CLI, Cursor) build, configure, deploy, and debug TwinCAT PLC projects through a standard tool interface.
๐ Live site: docs.twincatmcp.qubernetic.com
Built with MkDocs Material. This repository holds the documentation content only; the product itself lives in a separate private repository.
Local development
Requires Python 3.x. Use a virtual environment to match the pinned build:
python -m venv .venv
source .venv/bin/activate # Windows: .venv\Scripts\activate
pip install -r requirements.txt
mkdocs serve # live preview at http://127.0.0.1:8000
mkdocs build --strict # production build (must pass โ CI gate)The social-card plugin needs the Cairo graphics libraries. On Debian/Ubuntu:
sudo apt-get install libcairo2-dev libfreetype6-dev libffi-dev libjpeg-dev libpng-dev libz-dev
Related MCP server: TwinCAT Validator MCP Server
Repository layout
mkdocs.yml # site config: theme, nav, plugins, brand
requirements.txt # pinned mkdocs-material + plugins
docs/
โโโ index.md # landing / showcase
โโโ CNAME # custom domain (docs.twincatmcp.qubernetic.com)
โโโ assets/ # logo (light/dark), favicon
โโโ stylesheets/extra.css # brand accent + dark-mode logo swap
โโโ getting-started/ # installation, agent connection, configuration
โโโ licensing/ # user-facing licensing how-to
โโโ tools/overview.md # tools overview
โโโ changelog.md # public changelog
.github/workflows/deploy-docs.yml # build + deploy to GitHub Pages
SECURITY.md ยท CODE_OF_CONDUCT.md ยท LICENSEHow it deploys
Every push to main runs the deploy workflow:
it builds the site with mkdocs gh-deploy --force (strict mode) and publishes to
the gh-pages branch, which GitHub Pages serves at the custom domain. The
docs/CNAME file preserves docs.twincatmcp.qubernetic.com across deploys.
Contributing
Branching: Gitflow โ work on
feature/*, PR intodevelop;mainis the published site.Commits: Conventional Commits (
docs:,feat:,fix:,chore:, โฆ).Keep
mkdocs build --strictgreen โ broken links and nav fail the build (and the deploy).
โ ๏ธ This is a public repository
Only curated, user-facing content belongs here. Never add:
how licensing is enforced under the hood (token issuance/validation, machine binding, replay protection);
TwinCAT Automation-Interface implementation details or internal type names;
internal source, samples, or planning documents;
the name of any prior employer or third party.
When in doubt, leave it out โ this content is world-readable.
License
ยฉ 2026 Csaba Birรณ (Qubernetic). All rights reserved. See LICENSE. Documentation is published for use with the TwinCat-MCP product; redistribution or derivative works require permission.
A Qubernetic product โ we build the future.
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityFmaintenanceA Model Context Protocol server that enables seamless interaction between MCP clients (like Claude Desktop) and CODESYS V3 programming environments, allowing automation of project management, POU creation, code editing, and compilation tasks.Last updated220107MIT
- AlicenseBqualityFmaintenanceAn MCP server for validating, auto-fixing, and scaffolding TwinCAT 3 XML files using deterministic code quality tools and IEC 61131-3 OOP checks. It enables AI assistants to perform structural validation, apply safe fixes, and generate canonical code skeletons for industrial automation projects.Last updated1629MIT
- Flicense-qualityBmaintenanceMCP server that connects AI assistants to Siemens TIA Portal via the Openness API. AI-assisted PLC programming, project management, hardware configuration, cross-reference analysis, and deployment. 16 tools, 166 actions.Last updated16
- AlicenseBqualityBmaintenanceMCP server that enables AI agents to read, edit, and create PLC projects in EcoStruxure Control Expert via COM automation.Last updated52MIT
Related MCP Connectors
MCP server for AI agents to plan, verify, and deploy Cloudflare-native apps.
MCP server exposing the Backtest360 engine API as tools for AI agents.
Self-hosted MCP gateway: turn any API, database or MCP server into AI connectors โ no code.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/qubernetic/TwinCat-MCP-Docs'
If you have feedback or need assistance with the MCP directory API, please join our Discord server