hackerone-mcp-server

Sicks3c/hackerone-mcp-server
★ 27 stars TypeScript 🤖 AI/LLM Updated 14d ago
Unofficial MCP server for accessing your HackerOne reports, programs, scope, and earnings from Claude Code
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "hackerone-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "Sicks3c/hackerone-mcp-server"
      ]
    }
  }
}