mcpbeat Sign in

netdiag MCP Server

local only

netdiag MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 133 installs a week from pypi. Last commit 16 Sep 2026.

MCP server wrapping dig, ping, mtr, whois and TLS/HTTP checks for on-demand network diagnostics

Installs per day peak 605 · avg 71 · -4% w/w
a month agotoday
133
Installs / week
pypi · netdiag-mcp
0
Stars
1 open issues
16 Sep 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 19 h ago · rules 3dff92dd89df

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.

        proc = subprocess.run(

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

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

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

Alternatives to netdiag MCP

same job, measured the same way
ellmos ServerCommander
by ellmos-ai

Server operations MCP: HTTP health checks, log analysis, deploy dry-runs, mail diagnostics.

80 installs/wk local only
ModWrench
by 171county

One MCP server for mod platforms and local modding diagnostics. No data kept.

6 134 installs/wk local only
Ravendb MCP
by ravendb

Read-only MCP diagnostics server for RavenDB.

35 installs/wk local only
Inav MCP
by starlordz12

MCP server for iNAV flight-controller configuration and diagnostics

84 installs/wk local only
Linux MCP Server
by rhel-lightspeed

MCP server for read-only Linux system administration, diagnostics, and troubleshooting

1 069 installs/wk local only
Tomcat
by sarath-451

Local MCP server for AI-assisted Apache Tomcat management and diagnostics

31 installs/wk local only
Ghost Publisher
by boragkc

Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.

160 installs/wk local only
Ghost Publisher
by blogfactoryhq

Local-first MCP server for safe Ghost authoring, diagnostics, scheduling, and publishing.

local only

netdiag MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for netdiag MCP?
netdiag 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 pypi package netdiag-mcp was installed 133 times last week.
How do I connect netdiag 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 netdiag-mcp straight from pypi; nothing to host, nothing to sign up for.
How many people use netdiag MCP?
The pypi package netdiag-mcp was installed 133 times in the last week. Week over week that is -4%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is netdiag MCP open source?
Yes — it is published under the MIT licence, written in Python, 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.