Skip to main content
SecurityTypeScript

BurtTheCoder/mcp-dnstwist

MCP server for dnstwist, a powerful DNS fuzzing tool that helps detect typosquatting, phishing, and corporate espionage.

securitycloud-servicewindows
Share:

Quick Start

Clone the repository:

git clone https://github.com/BurtTheCoder/mcp-dnstwist

Claude Desktop configuration example:

{
  "mcpServers": {
    "mcp-dnstwist": {
      "command": "npx",
      "args": [
        "-y",
        "BurtTheCoder/mcp-dnstwist"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Security
Language
TypeScript
Author
BurtTheCoder