Skip to content
Zed

tube-bridge for Zed

io.github.thewhitewater/tube-bridge

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

client:Zed transport:stdio runtime:pypi

Install tube-bridge in Zed

~/.config/zed/settings.json · windows: %APPDATA%\Zed\settings.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "context_servers": {
    "tube-bridge": {
      "command": "uvx",
      "args": [
        "tube-bridge"
      ],
      "env": {
        "YOUTUBE_API_KEY": "<YOUTUBE_API_KEY>",
        "TUBE_BRIDGE_PROXY": "<TUBE_BRIDGE_PROXY>",
        "TUBE_BRIDGE_CACHE": "<TUBE_BRIDGE_CACHE>"
      }
    }
  }
}

Merge this into your existing settings object — do not replace the file. Zed docs

tube-bridge in other clients