MCP server for Archivarix Tube Search — search archived YouTube videos including deleted content. Channel discovery, full-text search, video metadata, transcripts, and AI-generated summaries via the Wayback Machine. 1.5B+ videos indexed since 2005.
Server Config
{
"mcpServers": {
"tube-search": {
"command": "npx",
"args": [
"-y",
"tube-search-mcp"
],
"env": {
"TUBE_API_KEY": "tsk_YOUR_KEY"
}
}
}
}