ch1nhpd/Pentest-Tools-MCP-Server
If you are the rightful owner of Pentest-Tools-MCP-Server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The Pentest Tools MCP Server is a specialized server designed to facilitate penetration testing by integrating with various LLM clients through the Model Context Protocol.
The Pentest Tools MCP Server is a robust platform designed to streamline penetration testing processes by leveraging the Model Context Protocol (MCP). It integrates seamlessly with various LLM clients such as Claude Desktop and Roo Code, providing a comprehensive suite of tools for security professionals. The server supports a wide range of pentesting activities, including directory scanning, vulnerability scanning, API testing, and reconnaissance. It comes pre-configured with wordlists from SecLists and offers automated report generation to enhance efficiency. The server can be set up using Docker for a containerized environment or locally with Python, ensuring flexibility in deployment. With its integration capabilities, the Pentest Tools MCP Server is an essential tool for security experts looking to conduct thorough and efficient penetration tests.
Features
- Comprehensive pentesting tools including directory and vulnerability scanning.
- Pre-configured wordlists from SecLists for efficient scanning.
- Automated report generation for easy documentation of findings.
- Integration with Claude Desktop for seamless operation.
- Flexible setup options with Docker or local Python environment.
Usages
docker with Claude Desktop
{ "mcpServers": { "pentest-tools": { "command": "docker-compose", "args": [ "run", "--rm", "pentest-tools", "python3", "pentest-tools-mcp-server.py" ], "cwd": "\\Path\\to\\pentest-tools" } } }
cmd with Claude Desktop
{ "mcpServers": { "pentest-tools": { "command": "cmd", "args": [ "/c", "cd /d \\path\\to\\pentest-tools && docker-compose run --rm pentest-tools python3 pentest-tools-mcp-server.py" ] } } }