tube-bridge for Windsurf
io.github.thewhitewater/tube-bridge
YouTube MCP server for search, transcripts, frames, comments, channels, and local semantic corpora.
client:Windsurf
transport:stdio
runtime:pypi
Install tube-bridge in Windsurf
~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_config.json
{
"mcpServers": {
"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>"
}
}
}
}
Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs