Skip to content
Grok

netdiag MCP for Grok

io.github.shigechika/netdiag-mcp

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

client:Grok transport:stdio runtime:pypi

Install netdiag MCP in Grok

.mcp.json (in your project root)

{
  "mcpServers": {
    "netdiag-mcp": {
      "type": "stdio",
      "command": "uvx",
      "args": [
        "netdiag-mcp"
      ]
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

netdiag MCP in other clients