PluginBench
MCP Server
Active
MIT

netdiag MCP MCP Server

io.github.shigechika/netdiag-mcp

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-mcp

Related MCP servers

MCP Stdio

Active

Stdio-to-HTTP gateway — connects MCP clients to remote HTTP MCP servers

7
Python
MIT
View repository →

MCP server for retrieving Japanese stock market data via J-Quants API v2

2
Python
MIT
View repository →

MCP fork of Google Workspace CLI (Gmail, Drive, Calendar, and more)

1
Rust
Apache-2.0
View repository →

MCP server for Aruba Central: expose AP, switch, and client status to AI assistants

0
Python
MIT
View repository →

MCP server for Box admin-log analytics — external-sharing visibility, read-only

0
Python
MIT
View repository →

MCP server for Google Cloud Armor WAF log patrol: deny summaries and false-positive checks

0
Python
MIT
View repository →