← Back to Plugins
MCP Server MCP

io.github.lanternrow/youtube-organic-mcp

github By github 👁 1 views ▲ 0 votes

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

Homepage Verified source GitHub

Install

npx -y [email protected]

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "npm",
      "identifier": "youtube-organic-mcp",
      "version": "1.0.0",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Google OAuth client ID for the YouTube Data + Analytics APIs",
          "isRequired": true,
          "format": "string",
          "name": "YOUTUBE_CLIENT_ID"
        },
        {
          "description": "Google OAuth client secret",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUTUBE_CLIENT_SECRET"
        },
        {
          "description": "Google OAuth refresh token (offline access) for the channel owner",
          "isRequired": true,
          "format": "string",
          "isSecret": true,
          "name": "YOUTUBE_REFRESH_TOKEN"
        }
      ]
    }
  ]
}
mcp model-context-protocol npm

Comments

Sign in to leave a comment

Loading comments...