Skip to content
Claude Desktop

SecScan for Claude Desktop

us.secscan/secscan

Scan, monitor and fix a live web app from your editor: graded security reports with fix prompts.

client:Claude Desktop transport:streamable-http

Install SecScan in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

{
  "mcpServers": {
    "secscan": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://secscan.us/api/mcp"
      ]
    }
  }
}

Claude Desktop has no remote transport in its config file, so this bridges through mcp-remote. Restart the app after saving. Claude Desktop docs

SecScan in other clients