pipeworx-io/mcp-dns
MCP server for DNS lookups — query records, reverse lookups, and bulk DNS resolution
Platform-specific configuration:
{
"mcpServers": {
"mcp-dns": {
"command": "npx",
"args": [
"-y",
"mcp-dns"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
DNS MCP — DNS and network lookup tools
Part of the Pipeworx open MCP gateway.
| Tool | Description | |------|-------------|
Add to your MCP client config:
{
"mcpServers": {
"dns": {
"url": "https://gateway.pipeworx.io/dns/mcp"
}
}
}Or use the CLI:
npx pipeworx use dnsMIT
Loading reviews...