PLCs.ai
Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English.
Install
mcp_config.json
{
"mcpServers": {
"ai-plcs-plcs-ai": {
"url": "https://mcp.plcs.ai/mcp",
"type": "streamable-http"
}
}
}Documentation
PLCs.ai MCP Server
Connect Claude, Cursor, Codex, or any MCP-compatible agent to your PLC projects.
PLCs.ai is the AI platform purpose-built for PLC engineers: upload an Allen-Bradley (Studio 5000), Siemens (TIA Portal) or CODESYS V3 project and understand, troubleshoot, document, and safely generate code for it in plain English. This MCP server gives any AI agent governed access to that same capability — your projects, live tag values, and analyses — with per-tool permission scopes.
Remote server: https://mcp.plcs.ai/mcp (Streamable HTTP · OAuth or API key)
Full documentation: https://www.plcs.ai/developer/mcp
Quick start
Claude Code
claude mcp add --transport http plcs-ai https://mcp.plcs.ai/mcp
Then run /mcp and choose Authenticate to sign in with your PLCs.ai account. (Or pass an API key: --header "Authorization: Bearer plck_live_…".)
Claude Desktop
Settings → Connectors → Add custom connector → URL https://mcp.plcs.ai/mcp → Connect and sign in. For API-key or on-prem setups, use the mcp-remote bridge:
{
"mcpServers": {
"plcs-ai": {
"command": "npx",
"args": ["-y", "mcp-remote", "https://mcp.plcs.ai/mcp",
"--header", "Authorization: Bearer plck_live_…"]
}
}
}
Cursor / Codex / other MCP clients
See per-client guides: https://www.plcs.ai/developer/mcp — covers Cursor, Codex, and any client that speaks remote MCP or can run mcp-remote.
What the agent can do
17 tools, permission-scoped per API key or OAuth grant:
| Area | Tools |
|---|---|
| Discover | plcs_health, plcs_list_projects, plcs_get_project, plcs_get_project_source |
| Ask | plcs_ask_project — a cited answer from the PLCs.ai assistant, not raw source to reason over |
| Live plant data | plcs_get_live_values, plcs_get_tag_history, plcs_request_live_tags |
| Analyze | plcs_get_project_analysis (dead code, race conditions, missing handshakes, interlock audits, cycle-time bottlenecks, signal tracing) |
| Propose | plcs_propose_code — a plan you approve, then a reviewable proposal; nothing is saved without review |
| Version & export | plcs_save_version, plcs_stage_upload, plcs_export_plc, plcs_export_pdf, plcs_get_export, plcs_download_export |
| Embed | plcs_mint_embed_token — short-lived, read-only, project-scoped iframe tokens |
The agent reasons over projects your organization already owns. Onboarding a machine is a deliberate act in the app or through a version-source connector, so there is no create-a-project tool — an agent can read, ask, propose and save versions, but never add a project.
Example prompts
- "List my PLC projects and check which ones have live data connected."
- "Why won't Conveyor 3 restart after a stop? Trace the interlocks."
- "Read the latest analysis on the Palletizer project and summarize what's safe to remove."
- "What did tag
Motor1_Enabledo in the last hour?" - "Draft a fix for the missing handshake between Conv001 and Rob010 — proposal only."
Safety model
- Every tool call is authenticated and scoped to your organization; the credential is the tenant.
- Proposing code is two steps — a plan you approve, then the change — and it returns a proposal either way; persisting a new version is a separate, separately-scoped action.
- Customer data is never used to train AI models. Data handling →
Requirements
- A PLCs.ai account (start a free trial) or API key
- For the
mcp-remotebridge: Node 18+
© PLCs.ai · Terms · Privacy · Questions: sales@plcs.ai
Sourced from the repository README.
More in Automation
- GlifGenerate images, video, and audio with Glif's media-generation agent203
- adeuAutomated DOCX Redlining Engine156
- Unraid RMCPRust MCP server and CLI for Unraid GraphQL operations across NAS, Docker, VM, and storage workflows.129
- runxThe governed runtime for agent skills. Search the catalog and inspect a skill before running it.84
- kesslerio-attio-mcp-serverConnect AI to your Attio CRM. Manage contacts, companies, deals, and sales pipelines. Create tasks…69
- kesslerio-attio-mcp-server-betaStreamline your Attio workflows using natural language to search, create, update, and organize com…69