送信

Brightbean - Youtube intelligence MCP for AI agents

@BrightBean

Youtube intelligence for AI agents - score titles & thumbnails, surface niche content gaps, benchmark channels and videos

ツール

サーバー設定

{
  "mcpServers": {
    "brightbean": {
      "command": "npx",
      "args": [
        "mcp-remote",
        "https://api.brightbean.xyz/mcp",
        "--header",
        "Authorization:${BRIGHTBEAN_KEY}"
      ],
      "env": {
        "BRIGHTBEAN_KEY": "Bearer bb_xxxxxxxxxxxxxxxxxxxxxxxxxxxxxxxx"
      }
    }
  }
}