youtube-analytics-pp-cli

RyanCollinsAI/youtube-analytics-pp-cli
★ 0 stars Go Code/Dev Tools Updated today
Command-line tool for the YouTube Analytics API v2 with a local SQLite archive for period comparisons and multi-channel reports. Includes an MCP server.
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

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

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "youtube-analytics-pp": {
      "command": "go",
      "args": [
        "run",
        "github.com/RyanCollinsAI/youtube-analytics-pp-cli@latest"
      ]
    }
  }
}

README Excerpt

A command-line tool for the YouTube Analytics API. It keeps a local copy of your daily numbers, which is what lets it compare one period against another, line several channels up side by side, and flag a day that looks off. The plain API can't do any of that on its own. The YouTube Analytics API is really one endpoint, `reports.query`, and it answers with a column-array response that is awkward to read. This CLI wraps that endpoint in named reports (overview, top-videos, traffic, retention, reve

Tools (5)

YOUTUBE_ACCESS_TOKENYOUTUBE_ANALYTICS_OAUTH2CYOUTUBE_CLIENT_IDYOUTUBE_CLIENT_SECRETYOUTUBE_REFRESH_TOKEN