streamable-httpupdated 20d ago
Connect Claude, Cursor, Codex, or any MCP-compatible agent to your PLC projects.
What can you do with PLCs ai?
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) or Siemens (TIA Portal) 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
19 tools, permission-scoped per API key or OAuth grant:
| Area | Tools |
|---|---|
| Discover | plcs_health, plcs_list_projects, plcs_get_project, plcs_get_project_source |
| Understand | plcs_interpret, plcs_search_context |
| Live plant data | plcs_get_live_values, plcs_get_tag_history |
| Analyze | plcs_start_analysis, plcs_get_analysis (dead code, race conditions, missing handshakes, interlock audits, cycle-time bottlenecks, signal tracing) |
| Generate | plcs_generate_code โ returns a reviewable proposal; nothing is saved without review |
| Version & export | plcs_save_version, plcs_ingest_project, 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 |
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."
- "Run a dead-code 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.
- Code generation returns proposals; 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
Install
Add PLCs ai to your client. Pick the one you use.
claude mcp add --transport http plcs-ai https://mcp.plcs.ai/mcpcodex mcp add plcs-ai --url https://mcp.plcs.ai/mcp{
"mcpServers": {
"plcs-ai": {
"url": "https://mcp.plcs.ai/mcp"
}
}
}Add to `~/.cursor/mcp.json`, or `.cursor/mcp.json` for a single project.
{
"servers": {
"plcs-ai": {
"type": "http",
"url": "https://mcp.plcs.ai/mcp"
}
}
}Add to `.vscode/mcp.json` in your workspace.
{
"mcpServers": {
"plcs-ai": {
"url": "https://mcp.plcs.ai/mcp"
}
}
}Add to `claude_desktop_config.json`, then restart Claude Desktop.
{
"mcpServers": {
"plcs-ai": {
"serverUrl": "https://mcp.plcs.ai/mcp"
}
}
}Add to `~/.codeium/windsurf/mcp_config.json`.
Score
39 / 100
Incomplete
- Documentation22/25
- Maintenance19/25
- Trust9/20
- Capability0/15
- Install experience12/15
- Documents what it does and how to connect
- Has a resolvable package or endpoint
- Exposes at least one tool, prompt or resource
- README has substantive content
- Includes a code example
- Documents its configuration
- Mentions credentials or security posture
- Last commit 12 days ago
- Has a release history
- Repository is not archived
- No licence detected
- Namespace verified in the official MCP registry
- Claimed by its owner
- Published under an organisation
- 0 tool(s) documented
- Provides prompt templates
- Provides resources
- 6 documented install method(s)
- Published to a package registry
- Offers a hosted endpoint โ no local install
Version history
| Versions | Published |
|---|---|
| 1.0.0Latest | Aug 11, 2026 |