Bangermap
Rank #16,992io.github.AdesiaHQ/bangermap-mcp
Find YouTube outliers, videos that beat their channel's own baseline, on your own free API key.
Bangermap is a Model Context Protocol (MCP) server published by AdesiaHQ. It ranks #16,992 of 115,460 servers tracked on MCP Toplist. Bangermap is listed across 2 registries — Official MCP and Glama, with 1 tracked version. It was first listed on Aug 7, 2026 and most recently updated on Aug 7, 2026.
Ranks ahead of 98,468 of 115,460 servers on MCP Toplist.
Use Bangermap
Requires user-supplied configuration before first use — typically an API key, token or connection string set via environment variables.
claude mcp add bangermap-mcp -e "YOUTUBE_API_KEY=<your YOUTUBE_API_KEY>" -- npx -y bangermap-mcpReplace each placeholder with your own value before saving.
[mcp_servers.bangermap-mcp]
command = "npx"
args = ["-y", "bangermap-mcp"]
[mcp_servers.bangermap-mcp.env]
YOUTUBE_API_KEY = "<your YOUTUBE_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bangermap-mcp": {
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<your YOUTUBE_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bangermap-mcp": {
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<your YOUTUBE_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"bangermap-mcp": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<your YOUTUBE_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bangermap-mcp": {
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<your YOUTUBE_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"bangermap-mcp": {
"command": "npx",
"args": [
"-y",
"bangermap-mcp"
],
"env": {
"YOUTUBE_API_KEY": "<your YOUTUBE_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.AdesiaHQ%2Fbangermap-mcp)<a href="https://mcptoplist.com/server/io.github.AdesiaHQ%2Fbangermap-mcp"><img src="https://mcptoplist.com/badge/io.github.AdesiaHQ%2Fbangermap-mcp.svg" alt="MCP Toplist: Top 25% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
AdesiaHQ
Other servers by AdesiaHQ
View all AdesiaHQ servers →Available versions (1)
| Version | Published |
|---|---|
| 1.0.3 | Aug 7, 2026 |
Frequently asked questions
- Who maintains Bangermap?
- Bangermap is maintained by AdesiaHQ, which publishes 2 MCP servers (1 total version) tracked on MCP Toplist.
- Is Bangermap listed on the Official MCP Registry?
- Yes — Bangermap is listed on the Official MCP Registry, alongside Glama.
- How many versions does Bangermap have?
- MCP Toplist tracks 1 version of Bangermap, most recently published on Aug 7, 2026.
- Where can I find the source code for Bangermap?
- The source code for Bangermap is hosted at github.com/AdesiaHQ/bangermap-integrations.