WAGO PLC MCP Server

This MCP server connects Claude and other AI assistants to WAGO PLCs. You ask a question in plain English. The assistant gets the answer from the PLC. It runs locally over stdio via the published package.

People connecting API integration tools to Claude, Cursor, VS Code, or another MCP client. The project is written in Python.

VERIFIED ACTIVE

LAST COMMIT 2026-09-18 · ★ 3 · #78 OF 278 MAINTAINED API INTEGRATION · VERIFIED 2026-09-18

NOASSERTION · Python servers · how we verify → /methodology

01 · Install WAGO PLC

Claude Code

claude mcp add wagoalex-wago-plc-mcp-server -- uvx wago-plc-mcp-server

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "wagoalex-wago-plc-mcp-server": {
      "command": "uvx",
      "args": [
        "wago-plc-mcp-server"
      ]
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · container (OCI image) - can be sandboxed away from your filesystem

license no standard license detected - usage rights unclear; check the repo before commercial use

pypi package wago-plc-mcp-server - check the name against the project README before installing (PyPI has no namespace ownership)

registry namespace io.github.WagoAlex is GitHub-verified and matches the repo owner

03 · What WAGO PLC can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

v2.4.1 · 2026-09-18

release v2.3.2 · release v2.3.3 · release v2.4.0 · restructure README by persona in Simplified Technical English · add GitOps mode toggle to the .mcpb extension · publish the fwupdate image and remove host-specific…

v2.4.0 · 2026-09-16

release v2.3.2 · release v2.3.3 · New Contributors · @github-actions[bot] made their first contribution in

v2.3.3 · 2026-09-16

release v2.3.2 · New Contributors · @github-actions[bot] made their first contribution in

04 · Who maintains WAGO PLC

WAGO PLC is maintained by wagoalex. It's the only MCP server we track from this author; the repo dates to Jun 2026.

05 · Facts

category
API integration - ranked #78 of 278 actively-maintained API integration servers as of 2026-09-18.
release cadence
5 releases in the last 90 days (latest 2026-09-18)
registry
io.github.WagoAlex/wago-plc-mcp-server (active, first published 2026-09-15 · 5 versions)
packages
pypi:wago-plc-mcp-server · oci:docker.io/wagoalex/wago-plc-mcp-server:2.4.1

06 · WAGO PLC FAQ

What is WAGO PLC?

This MCP server connects Claude and other AI assistants to WAGO PLCs. You ask a question in plain English. The assistant gets the answer from the PLC. It runs locally over stdio via the published package.

Is WAGO PLC still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-18 and it shipped 5 releases in the last 90 days. We re-verify nightly.

How do I install WAGO PLC?

Run `uvx wago-plc-mcp-server`. You can also paste the ready-made client config above.

Does WAGO PLC run locally?

Yes - it's a stdio server: it runs on your machine (via uvx) with your user's permissions. Your data stays local unless the server itself calls external APIs.

07 · Alternatives to WAGO PLC

More API integration MCP servers · Warp Agent MCP · Wavix · Webflow MCP Server · Webull OpenAPI · Ariadne (whyy9527)

More Python MCP servers · CrawlEyes MCP Server · Quarry · Wechat Devtools MCP · Wattcoin MCP Server · see all