web network tools for Claude Desktop
io.github.erikirby/web-network-tools
DNS lookup, WHOIS, SSL checker, and HTTP status tools. Uses public APIs only, no scraping.
client:Claude Desktop
transport:stdio
runtime:npm
Install web network tools in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-network-tools": {
"command": "npx",
"args": [
"-y",
"@erikirby/web-network-tools"
]
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs