BurtTheCoder/mcp-dnstwist
MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.
Quick Start
Clone the repository:
git clone https://github.com/BurtTheCoder/mcp-dnstwistClaude Desktop configuration example:
{
"mcpServers": {
"mcp-dnstwist": {
"command": "npx",
"args": [
"-y",
"BurtTheCoder/mcp-dnstwist"
]
}
}
}Check the repository README for specific installation and configuration instructions.