web recon agent for Claude Desktop
io.github.joepangallo/web-recon-agent
Owned-target web security assessment MCP server for authenticated, high-friction apps.
client:Claude Desktop
transport:stdio
runtime:npm
Install web recon agent in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"web-recon-agent": {
"command": "npx",
"args": [
"-y",
"mcp-web-recon-agent"
],
"env": {
"MCP_TARGET_ALLOWLIST": "<MCP_TARGET_ALLOWLIST>",
"MCP_OWNED_TARGETS": "<MCP_OWNED_TARGETS>",
"MCP_JOB_STORE_PATH": "<MCP_JOB_STORE_PATH>",
"MCP_MAX_CONCURRENT": "<MCP_MAX_CONCURRENT>",
"MCP_CONFIG_PATH": "<MCP_CONFIG_PATH>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs