mcpbeat Sign in

tube-bridge MCP Server

by thewhitewater Your server? Claim it
local only

tube-bridge runs on your own machine — the client starts it, so there is no endpoint to ping. 414 installs a week from pypi. Last commit 26 Aug 2026.

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

Installs per day peak 906 · avg 209 · +1% w/w
a month agotoday
414
Installs / week
pypi · tube-bridge
0
Stars
0 open issues
26 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.

Runs an external command tube_bridge/youtube/client.py:35, tube_bridge/youtube/frame.py:69, [пакет] tube_bridge/youtube/client.py:35 и ещё 1
            result = subprocess.run(cmd, capture_output=True, text=True, timeout=timeout)

Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.

This code can reach further than it looks

We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add tube-bridge -- uvx tube-bridge
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "tube-bridge": {
      "args": [
        "tube-bridge"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.tube-bridge]
command = "uvx"
args = ["tube-bridge"]
.cursor/mcp.json
{
  "mcpServers": {
    "tube-bridge": {
      "args": [
        "tube-bridge"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "tube-bridge": {
      "args": [
        "tube-bridge"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to tube-bridge

same job, measured the same way
YouTube Transcript & Search MCP Server
by transcriptout

YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.

14 tools answering
SocialDataX YouTube MCP
by 52choujiang

YouTube public video, comment, reply, channel, search, and speech-to-text transcript tools.

10 tools answering
YouTube Research MCP
by coyasong

Citation-ready YouTube transcript research and optional channel intelligence for AI agents.

136 installs/wk local only
Youtube Transcripts
by fetchworks-dev

YouTube transcripts for AI agents: videos, channels, playlists, search. Timestamps, SRT, VTT.

309 installs/wk local only
💯 YouTube Transcript + YouTube Search MCP for AI Agents
by transcriptapi

💯 The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.

answering
BulkTranscripts YouTube
by bulktranscripts

YouTube transcripts, search, channel/playlist listings and upload tracking for AI agents. No signup.

7 tools answering
Watch CLI
by sonpiaz

Hand any social video to your AI agent — frames + transcript bundled. MCP server for watch-cli.

46 installs/wk local only
Ocular Audio MCP
by rayakaan

MCP server for video transcripts, screenshots, and OCR on YouTube and web videos.

103 installs/wk local only

tube-bridge — questions

Answers built from our own checks of this server.

Why is there no uptime for tube-bridge?
tube-bridge runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package tube-bridge was installed 414 times last week.
How do I connect tube-bridge?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls tube-bridge straight from pypi; nothing to host, nothing to sign up for.
How many people use tube-bridge?
The pypi package tube-bridge was installed 414 times in the last week. Week over week that is +1%. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is tube-bridge open source?
Yes — it is published under the MIT licence, written in Python and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.