netdiag MCP
Rank #14,456io.github.shigechika/netdiag-mcp
MCP server wrapping dig, ping, mtr, whois and TLS/HTTP checks for on-demand network diagnostics
netdiag MCP is a Model Context Protocol (MCP) server published by shigechika. It ranks #14,456 of 115,460 servers tracked on MCP Toplist. netdiag MCP is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 19, 2026 and most recently updated on Aug 20, 2026.
Ranks ahead of 101,004 of 115,460 servers on MCP Toplist.
Use netdiag MCP
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add netdiag-mcp -- uvx netdiag-mcp[mcp_servers.netdiag-mcp]
command = "uvx"
args = ["netdiag-mcp"]Add to ~/.codex/config.toml.
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config).
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"servers": {
"netdiag-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Save as .vscode/mcp.json in your workspace.
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.shigechika%2Fnetdiag-mcp)<a href="https://mcptoplist.com/server/io.github.shigechika%2Fnetdiag-mcp"><img src="https://mcptoplist.com/badge/io.github.shigechika%2Fnetdiag-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
shigechika
Other servers by shigechika
- MCP Stdio#1,060 · 48 vers
- J-Quants MCP#1,978 · 58 vers
- KeyCloak MCP#4,838 · 16 vers
- Junos MCP#4,880 · 19 vers
- Google Workspace Admin Security-Audit MCP#5,540 · 14 vers
- Aruba Central MCP#6,178 · 12 vers
- Zabbix API MCP#6,316 · 9 vers
- Box Admin Analytics MCP#6,362 · 11 vers
- EOS MCP#6,507 · 9 vers
- Cloud Armor WAF Patrol MCP#9,825 · 4 vers
- MCP fork of Google Workspace CLI#10,645 · 3 vers
- entraadm MCP#27,912 · 1 ver
Available versions (2)
| Version | Published |
|---|---|
| 0.4.0 | Aug 20, 2026 |
| 0.2.0 | Aug 19, 2026 |
Frequently asked questions
- Who maintains netdiag MCP?
- netdiag MCP is maintained by shigechika, which publishes 13 MCP servers (206 total versions) tracked on MCP Toplist.
- Is netdiag MCP listed on the Official MCP Registry?
- Yes — netdiag MCP is listed on the Official MCP Registry, alongside Glama.
- How many versions does netdiag MCP have?
- MCP Toplist tracks 2 versions of netdiag MCP, most recently published on Aug 20, 2026.
- Where can I find the source code for netdiag MCP?
- The source code for netdiag MCP is hosted at github.com/shigechika/netdiag-mcp.