Back to Browse

Plcs Ai MCP Server

by PLCsai
Developer ToolsLow Risk10.0MCP RegistryRemote
Free

Server data from the Official MCP Registry

Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English.

About

Query Allen-Bradley and Siemens PLC projects, live tag values, and analyses in plain English.

Remote endpoints: streamable-http: https://mcp.plcs.ai/mcp

Security Report

10.0
Low Risk10.0Low Risk

Valid MCP server (1 strong, 1 medium validity signals). No known CVEs in dependencies. Imported from the Official MCP Registry.

Endpoint verified · Requires authentication · 1 issue found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

HTTP Network Access

Connects to external APIs or services over the internet.

How to Connect

Remote Plugin

No local installation needed. Your AI client connects to the remote endpoint directly.

Add this to your MCP configuration to connect:

{
  "mcpServers": {
    "ai-plcs-plcs-ai": {
      "url": "https://mcp.plcs.ai/mcp"
    }
  }
}

Documentation

View on GitHub

From the project's GitHub README.

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:

AreaTools
Discoverplcs_health, plcs_list_projects, plcs_get_project, plcs_get_project_source
Understandplcs_interpret, plcs_search_context
Live plant dataplcs_get_live_values, plcs_get_tag_history
Analyzeplcs_start_analysis, plcs_get_analysis (dead code, race conditions, missing handshakes, interlock audits, cycle-time bottlenecks, signal tracing)
Generateplcs_generate_code — returns a reviewable proposal; nothing is saved without review
Version & exportplcs_save_version, plcs_ingest_project, plcs_stage_upload, plcs_export_plc, plcs_export_pdf, plcs_get_export, plcs_download_export
Embedplcs_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_Enable do 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


© PLCs.ai · Terms · Privacy · Questions: sales@plcs.ai

Reviews

No reviews yet

Be the first to review this server!

Plcs Ai MCP Server - Query Allen-Bradley and Siemens PLC projects, live tag | MCP Marketplace