mcpbeat Sign in

Bangermap MCP Server

local only

Bangermap runs on your own machine — the client starts it, so there is no endpoint to ping. 45 installs a week from npm. Last commit 10 Aug 2026.

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

Installs per day peak 310 · avg 13
a month agotoday
45
Installs / week
npm · bangermap-mcp
0
Stars
0 open issues
10 Aug 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Bangermap every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add bangermap-mcp -- npx -y bangermap-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "bangermap-mcp": {
      "args": [
        "-y",
        "bangermap-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.bangermap-mcp]
command = "npx"
args = ["-y", "bangermap-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "bangermap-mcp": {
      "args": [
        "-y",
        "bangermap-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "bangermap-mcp": {
      "args": [
        "-y",
        "bangermap-mcp"
      ],
      "command": "npx"
    }
  }
}

This one needs environment variables set before it will start: YOUTUBE_API_KEY (Your own YouTube Data API v3 key, created free in the Google Cloud console). The author declared them in the registry entry; get the values from the project itself.

Alternatives to Bangermap

same job, measured the same way
ScriptHaul
by scripthaul

Free YouTube transcripts, no API key: videos, channel lists, latest uploads, bulk download links.

4 tools answering
YouTube Trends API
by trendsapi

YouTube search volume and trending videos over time. Free key at trendsapi.ai

4 tools answering
Youtube Video Channel
by mrocker

YouTube video metadata and channel data by URL or @handle. No API key or quota. Pay per result.

answering
yutu
by eat-pray-ai

The AI-powered toolkit that grows your YouTube channel on autopilot

77 installs/wk local only
ShortsMonkey YouTube Outlier Research
by cuilinhao

Find YouTube outliers, daily viral Shorts, and analyze video performance.

answering
AIsa YouTube Search
by aisa

Search videos, channels and playlists, narrowed by country, language and filters.

answering
Youtube Download API
by jojapi

Youtube Download API: Download audio and video from YouTube. On the JoJ API marketplace.

2 tools answering
Viral Outliers
by viraloutliers

Find viral outlier posts on TikTok, Instagram and YouTube, pull creator stats, and crawl on demand.

29 tools answering

Bangermap — questions

Answers built from our own checks of this server.

Why is there no uptime for Bangermap?
Bangermap runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package bangermap-mcp was installed 45 times last week.
How do I connect Bangermap?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls bangermap-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Bangermap?
The npm package bangermap-mcp was installed 45 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Bangermap open source?
Yes — it is published under the MIT licence, written in TypeScript and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.