PluginBench
MCP Server

io.github.lanternrow/youtube-organic-mcp MCP Server

io.github.lanternrow/youtube-organic-mcp

What is the io.github.lanternrow/youtube-organic-mcp MCP server?

YouTube organic analytics — channel stats, video performance, watch time & audience insights.

How to install io.github.lanternrow/youtube-organic-mcp

Copy-paste configuration for popular MCP clients.

transport: stdio
Config generated by PluginBench — verify against the source before use.
Environment / auth
  • YOUTUBE_CLIENT_ID
    required

    Google OAuth client ID for the YouTube Data + Analytics APIs

  • YOUTUBE_CLIENT_SECRET
    required
    secret

    Google OAuth client secret

  • YOUTUBE_REFRESH_TOKEN
    required
    secret

    Google OAuth refresh token (offline access) for the channel owner

Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "youtube-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-organic-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_REFRESH_TOKEN": "<YOUR_YOUTUBE_REFRESH_TOKEN>"
      }
    }
  }
}
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "youtube-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-organic-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_REFRESH_TOKEN": "<YOUR_YOUTUBE_REFRESH_TOKEN>"
      }
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "youtube-organic-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "youtube-organic-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_REFRESH_TOKEN": "<YOUR_YOUTUBE_REFRESH_TOKEN>"
      }
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "youtube-organic-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "youtube-organic-mcp"
      ],
      "env": {
        "YOUTUBE_CLIENT_ID": "<YOUR_YOUTUBE_CLIENT_ID>",
        "YOUTUBE_CLIENT_SECRET": "<YOUR_YOUTUBE_CLIENT_SECRET>",
        "YOUTUBE_REFRESH_TOKEN": "<YOUR_YOUTUBE_REFRESH_TOKEN>"
      }
    }
  }
}
Claude Code
claude mcp add youtube-organic-mcp --env YOUTUBE_CLIENT_ID=<YOUR_YOUTUBE_CLIENT_ID> --env YOUTUBE_CLIENT_SECRET=<YOUR_YOUTUBE_CLIENT_SECRET> --env YOUTUBE_REFRESH_TOKEN=<YOUR_YOUTUBE_REFRESH_TOKEN> -- npx -y youtube-organic-mcp

Related MCP servers

Facebook Pages organic analytics, post management, and insights via Meta Graph API v25.0.

View repository →

Namecheap API — domains, DNS, contacts, registrar lock, SSL listing, and pricing.

View repository →

TikTok organic analytics — video performance, engagement metrics, and profile insights.

View repository →