Back to MCP Servers
Dnstwist
MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.
security
By BurtTheCoder
Installation
npx -y mcp-dnstwistConfiguration
{
"mcpServers": {
"mcp-dnstwist": {
"command": "npx",
"args": ["-y", "mcp-dnstwist"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes