Skip to content
Cursor

Bangermap for Cursor

io.github.adesiahq/bangermap-mcp

Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key.

client:Cursor transport:stdio runtime:npm

Install Bangermap in Cursor

~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "bangermap-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "bangermap-mcp"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>"
      }
    }
  }
}

Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs

Bangermap in other clients