Description

An MCP server for professional penetration testers including STDIO/HTTP/SSE support, nmap, go/dirbuster, nikto integration.

Installation

npx -y pentest-mcp
npm install pentest-mcp
git clone https://github.com/DMontgomery40/pentest-mcp

Claude Desktop Configuration

Add this configuration to your Claude Desktop config file to enable this MCP server:

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

Config file location: %APPDATA%\Claude\claude_desktop_config.json

Config file location: ~/.config/Claude/claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "pentest-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "pentest-mcp"
      ]
    }
  }
}