Integrate penetration testing tools and payloads into your workflow through the Model Context Protocol using STDIO or HTTP.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"pentest-mcp-server": {
"command": "npx",
"args": [
"-y",
"wallieinformal201/pentest-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add pentest-mcp-server npx -y wallieinformal201/pentest-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"pentest-mcp-server": {
"command": "npx",
"args": [
"-y",
"wallieinformal201/pentest-mcp-server"
]
}
}
}