Skip to content
VS Code

dnstwister mcp for VS Code

io.github.mrfentmen/dnstwister-mcp

DNS twister domain threat intelligence: fuzz domains for typosquatting, check whois.

client:VS Code transport:stdio runtime:npm

Install dnstwister mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "dnstwister-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "dnstwister-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

dnstwister mcp in other clients