TwinCat
БесплатноНе проверенMCP server for TwinCAT 3 PLC development enabling AI coding agents to build, configure, deploy, and debug TwinCAT PLC projects through a standard tool interface
Описание
MCP server for TwinCAT 3 PLC development enabling AI coding agents to build, configure, deploy, and debug TwinCAT PLC projects through a standard tool interface.
README
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
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 · LICENSE
How 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.
Установка TwinCat
У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.
▸ github.com/qubernetic/TwinCat-MCP-DocsFAQ
TwinCat MCP бесплатный?
Да, TwinCat MCP бесплатный — установка в пару кликов через Unyly без оплаты.
Нужен ли API-ключ для TwinCat?
Нет, TwinCat работает без API-ключей и переменных окружения.
TwinCat — hosted или self-hosted?
Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.
Как установить TwinCat в Claude Desktop, Claude Code или Cursor?
Открой TwinCat на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.
Похожие MCP
Fetch
Web content fetching and conversion for efficient LLM usage.
AWS KB Retrieval
Retrieval from AWS Knowledge Base using Bedrock Agent Runtime.
автор: modelcontextprotocolSpring AI MCP Server
Provides auto-configuration for setting up an MCP server in Spring Boot applications.
llm-analysis-assistant
A very streamlined mcp client that supports calling and monitoring stdio/sse/streamableHttp, and can also view request responses through the /logs page. It also
автор: xuzexin-hzCompare TwinCat with
Не уверен что выбрать?
Найди свой стек за 60 секунд
Автор?
Embed-бейдж для README
Похожее
Все в категории ai
