mcpbeat Sign in

Port Scanner MCP Server

local only

Port Scanner MCP runs on your own machine — the client starts it, so there is no endpoint to ping.

Scan local or remote hosts for open TCP ports. Runs locally.

The linked repository no longer exists on GitHub — it was deleted or made private.

Installs / week
npm · port-scanner-mcp
Stars
on GitHub
Last commit
0 releases in 90 days
License
language unknown

This one has been quiet for a while

Quiet is not dead — but it is worth knowing when it wakes up, or when someone else takes it over. We watch the repository and tell you either way.

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

Alternatives to Port Scanner MCP

same job, measured the same way
Datahogo
by datahogo

Scan a project for security issues locally with the open-source Data Hogo engine.

25 installs/wk local only
Secret Scan
by agentic-income-bot

Check text for leaked credentials before an agent writes or commits it. Runs locally.

local only
Database MCP Libsql
by arifulislamat

MCP server for libSQL/Turso, local or remote. Read-only by default, row caps, timeouts.

59 installs/wk local only
rustunnel
by joaoh82

Give AI agents public HTTPS/TCP/UDP URLs for any localhost service. Open source, self-hostable.

local only
Aicommander
by aicommander

Remote shell and detached long-running jobs on your own machines — no SSH, open ports or VPN.

98 installs/wk answering
rstream CLI MCP
by rstreamlabs

Local stdio MCP server for rstream setup, tunnels, WebTTY, and remote operations.

local only
HTTP Inspector MCP
by mrfentmen

Fetch a URL and report its status, headers, and size. Runs locally.

local only
MCP ZAP Server
by dtkmn

Safe, self-hosted OWASP ZAP operator for guided AI security scans and reports.

local only

Port Scanner MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Port Scanner MCP?
Port Scanner MCP 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 npm package port-scanner-mcp.
Is Port Scanner MCP still maintained?
The linked repository no longer exists on GitHub — it was deleted or made private. We show this because it changes what you can expect: an unmaintained server may keep answering for months and then stop without warning.
How do I connect Port Scanner MCP?
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 port-scanner-mcp straight from npm; nothing to host, nothing to sign up for.