mcpbeat Sign in

Serial Console MCP: AI for telecom equipment and any serial device MCP Server

local only

Serial Console MCP: AI for telecom equipment and any serial device runs on your own machine — the client starts it, so there is no endpoint to ping. Last commit 15 Sep 2026.

Let AI configure telecom gear over serial: Juniper and Cisco, Icom CI-V, Yaesu/Kenwood CAT, rotators

Installs / week
pypi · serial-console-mcp
0
Stars
0 open issues
15 Sep 2026
Last commit
no recent releases
MIT
License
Python

What the code does

We read the source, 34 min ago · rules 3dff92dd89df

A tool parameter reaches a dangerous call

A value the model can set ends up inside a file or shell call. That is not a flaw by itself — for a terminal server it is the job — but it is where things go wrong when it is not.

A tool parameter reaches a dangerous call connect.port → src/serial_console_mcp/server.py:577
        out = subprocess.run([lsof, "-F", "pcn", port], capture_output=True, text=True,
Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

        out = subprocess.run([lsof, "-F", "pcn", port], capture_output=True, text=True,

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

A tool parameter here reaches a dangerous call

That is not a flaw by itself — but it is where things go wrong when it is not the job. We re-read this code on every release. Watch it and you hear from us the day another one appears.

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 serial-console-mcp -- uvx serial-console-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "serial-console-mcp": {
      "args": [
        "serial-console-mcp"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.serial-console-mcp]
command = "uvx"
args = ["serial-console-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "serial-console-mcp": {
      "args": [
        "serial-console-mcp"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "serial-console-mcp": {
      "args": [
        "serial-console-mcp"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to Serial Console MCP: AI for telecom equipment and any serial device

same job, measured the same way
MCP Yoto
by danpillay87

MCP server for Yoto: manage cards, tracks, icons and family devices from any MCP client.

332 installs/wk answering
Probo Connect MCP
by nickymitnick

MCP server for Probo print-on-demand — search products, configure orders, track shipments.

20 installs/wk local only
Duplicati MCP
by kcofoni

MCP server for Duplicati backup management — list, run, monitor and configure jobs from an LLM.

local only
I
Perceptdot Core
by perceptdot

B2A2H MCP server — AI agent app store. Auto-discover and recommend MCP servers for any project.

23 installs/wk local only
Tapo MCP
by mihai-dinculescu

MCP server for discovering and controlling TP-Link Tapo smart home devices via AI Agents

local only
discoverGPT
by vairetail

REST API + MCP gateway for AI commerce: search, catalog enrichment, feeds/GEO, and virtual try-on.

answering
RokuMCP
by jack1590

MCP server for Roku device automation — deploy, ECP control, screenshots, and debug console

103 installs/wk local only
Bloomfilter
by eronmmer

Service that lets AI Agents search, register, and configure domains

90 installs/wk local only

Serial Console MCP: AI for telecom equipment and any serial device — questions

Answers built from our own checks of this server.

Why is there no uptime for Serial Console MCP: AI for telecom equipment and any serial device?
Serial Console MCP: AI for telecom equipment and any serial device 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 serial-console-mcp.
How do I connect Serial Console MCP: AI for telecom equipment and any serial device?
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 serial-console-mcp straight from pypi; nothing to host, nothing to sign up for.
Is Serial Console MCP: AI for telecom equipment and any serial device open source?
Yes — it is published under the MIT licence, written in Python and 0 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.