MCP server for OWASP ZAP. Enables AI agents to drive vulnerability scanning via the Model Context Protocol.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"dotnet-zap-mcp": {
"command": "npx",
"args": [
"-y",
"pierre3/dotnet-zap-mcp"
]
}
}
}
Run in terminal:
claude mcp add dotnet-zap-mcp npx -y pierre3/dotnet-zap-mcp
Add to .cursor/mcp.json:
{
"mcpServers": {
"dotnet-zap-mcp": {
"command": "npx",
"args": [
"-y",
"pierre3/dotnet-zap-mcp"
]
}
}
}