← Back to Plugins
MCP Server MCP

tube-bridge

github By github 👁 1 views ▲ 0 votes

YouTube MCP server for search, transcripts, frames, comments, channels, and local semantic corpora.

Homepage Verified source GitHub

Install

uvx tube-bridge

Configuration Example

{
  "remotes": [],
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "tube-bridge",
      "version": "1.1.6",
      "runtimeHint": "uvx",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "description": "Optional YouTube Data API v3 key for comments, channel tools, and higher-quality search.",
          "isSecret": true,
          "name": "YOUTUBE_API_KEY"
        },
        {
          "description": "Optional HTTP(S) or SOCKS proxy URL for yt-dlp and transcript requests.",
          "isSecret": true,
          "name": "TUBE_BRIDGE_PROXY"
        },
        {
          "description": "Optional directory for cache and corpus databases.",
          "format": "filepath",
          "name": "TUBE_BRIDGE_CACHE"
        }
      ]
    }
  ]
}
mcp model-context-protocol pypi

Comments

Sign in to leave a comment

Loading comments...