MCP server for Acunetix/Invicti Web Vulnerability Scanner — lets LLM operate targets, scans, vulnerabilities, reports via GraphQL+REST dual-channel (14 tools)
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Claude Desktop
Claude Code
Cursor
Add to claude_desktop_config.json:
{
"mcpServers": {
"acunetix-mcp-server": {
"command": "uvx",
"args": [
"acunetix-mcp-server"
]
}
}
}
📋 Copy
Run in terminal:
claude mcp add acunetix-mcp-server uvx acunetix-mcp-server
📋 Copy
Add to .cursor/mcp.json:
{
"mcpServers": {
"acunetix-mcp-server": {
"command": "uvx",
"args": [
"acunetix-mcp-server"
]
}
}
}
📋 Copy
Or install with pip: pip install acunetix-mcp-server