mcpbeat Sign in

plctap MCP Server

local only

plctap runs on your own machine — the client starts it, so there is no endpoint to ping. 1 342 installs a week from pypi. Last commit 13 Sep 2026.

Agent-PLC MCP Server: read & diagnose Modbus / FINS / MELSEC / S7 / IEC 104 / ENIP / OPC UA PLCs.

1 342
Installs / week
pypi · plctap
1
Stars
0 open issues
13 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check plctap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add plctap -- uvx plctap
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "plctap": {
      "args": [
        "plctap"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.plctap]
command = "uvx"
args = ["plctap"]
.cursor/mcp.json
{
  "mcpServers": {
    "plctap": {
      "args": [
        "plctap"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "plctap": {
      "args": [
        "plctap"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to plctap

same job, measured the same way
Ravendb MCP
by ravendb

Read-only MCP diagnostics server for RavenDB.

35 installs/wk local only
Depot (depot.dev)
by akshayjain3450

Read-only MCP server for Depot (depot.dev): CI failure diagnosis, build forensics, and usage.

44 installs/wk local only
SQL Sentinel MCP Server
by tkmawarire

SQL Server monitoring and diagnostics for AI agents using Extended Events. No ODBC drivers required.

local only
SSH MCP Server
by yawlabs

MCP server for SSH operations with built-in diagnostics

677 installs/wk local only
Localgym MCP Server
by lo-nau

Read-only MCP server for UK gym search using the LocalGym Agent API.

39 installs/wk local only
Oraclarr
by bdog720

Read-only diagnostic MCP server for a self-hosted arr stack (Sonarr, Radarr, Prowlarr & more).

83 installs/wk local only
OpenReflex
by vishnu-77

Optional diagnostics MCP server for OpenReflex's ambient project muscle memory.

local only
Radar Kubernetes MCP Server
by skyhook-io

Kubernetes MCP server for diagnosis, resource management, GitOps, and RBAC-enforced operations.

local only

plctap — questions

Answers built from our own checks of this server.

Why is there no uptime for plctap?
plctap runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package plctap was installed 1 342 times last week.
How do I connect plctap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls plctap straight from pypi; nothing to host, nothing to sign up for.
How many people use plctap?
The pypi package plctap was installed 1 342 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is plctap open source?
Yes — it is published under the MIT licence, written in Python and 1 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.