What is the netdiag MCP MCP server?
MCP server wrapping dig, ping, mtr, whois and TLS/HTTP checks for on-demand network diagnostics
How to install netdiag MCP
Copy-paste configuration for popular MCP clients.
transport: stdio
Config generated by PluginBench — verify against the source before use.Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"netdiag-mcp": {
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"netdiag-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"netdiag-mcp"
]
}
}
}Claude Code
claude mcp add netdiag-mcp -- uvx netdiag-mcpRelated MCP servers
MCP Stdio
Active
Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers
7
View repository →Python
MIT
J-Quants MCP
Active
MCP server for retrieving Japanese stock market data via J-Quants API v2
2
View repository →Python
MIT
Aruba Central MCP
Active
MCP server for Aruba Central: expose AP, switch, and client status to AI assistants
0
View repository →Python
MIT
Box Admin Analytics MCP
Active
MCP server for Box admin-log analytics — external-sharing visibility, read-only
0
View repository →Python
MIT
MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks
0
View repository →Python
MIT