mcpbeat Sign in

Probeops MCP Server

local only

Probeops MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 55 installs a week from npm. Last commit 18 Feb 2026.

Network diagnostics from 6 global regions. SSL, DNS, ping, whois, traceroute, port scan, latency.

Installs per day peak 22 · avg 8 · +103% w/w
a month agotoday
55
Installs / week
npm · @probeops/mcp-server
0
Stars
1 open issues
18 Feb 2026
Last commit
0 releases in 90 days
MIT
License
JavaScript

Nothing serious here today

Today is the operative word: we check Probeops MCP Server 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 probeops-mcp-server -- npx -y @probeops/mcp-server
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "probeops-mcp-server": {
      "args": [
        "-y",
        "@probeops/mcp-server"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.probeops-mcp-server]
command = "npx"
args = ["-y", "@probeops/mcp-server"]
.cursor/mcp.json
{
  "mcpServers": {
    "probeops-mcp-server": {
      "args": [
        "-y",
        "@probeops/mcp-server"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "probeops-mcp-server": {
      "args": [
        "-y",
        "@probeops/mcp-server"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: PROBEOPS_API_KEY (ProbeOps API key (optional, runs in demo mode without it)). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Probeops MCP Server

same job, measured the same way
Keel
by seayniclabs

Network diagnostics — ping, traceroute, DNS, port scanning, and connectivity testing.

69 installs/wk local only
Globalping
by mcparmory

Run network tests (ping, traceroute, DNS) from probes worldwide

241 installs/wk local only
RIPE Atlas
by jrelph

RIPE Atlas network measurements — ping, traceroute, DNS, TLS, HTTP, NTP, and probes

30 installs/wk local only
Tracebug
by prashantsinghmangat

AI agents read TraceBug bug reports (console, network, replay, repro timeline) from local disk.

41 installs/wk local only
T32 Lsp MCP Server
by ormastes

TRACE32 CMM LSP via MCP — parse, diagnostics, completions, hover, symbols

30 installs/wk local only
Kubernetes Troubleshoot
by nanagyamfiprempeh30

Read-only Kubernetes diagnostics: pods, logs, events, workloads, services, PVCs and nodes.

local only
RadioChron
by sergii-ziborov

Local-first Wi-Fi incident diagnostics with native BLE scan, history, and risk evidence.

101 installs/wk local only
Nooticr
by nooticr

Social intelligence for 10 networks: read posts and trends, monitor brand mentions, then create.

668 installs/wk answering

Probeops MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for Probeops MCP Server?
Probeops MCP Server 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 @probeops/mcp-server was installed 55 times last week.
How do I connect Probeops MCP Server?
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 @probeops/mcp-server straight from npm; nothing to host, nothing to sign up for.
How many people use Probeops MCP Server?
The npm package @probeops/mcp-server was installed 55 times in the last week. Week over week that is +103%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Probeops MCP Server open source?
Yes — it is published under the MIT licence, written in JavaScript, 0 stars on GitHub and 1 open issue. The source link is on this page, so you can read exactly what it does with your data before you connect it.