MCP for AI Assistants

Archivarix Tube Search provides a Model Context Protocol (MCP) server that lets AI assistants search and analyze archived YouTube videos directly. Use it from Claude Desktop, Claude Code, Cursor, VS Code, or any MCP-compatible client.

What is MCP?

Model Context Protocol is an open standard that lets AI assistants connect to external data sources and tools. Instead of copying and pasting information, your AI assistant can directly search our archive of 1.5 billion+ YouTube videos.

What Can You Do?

Requirements

Supported Clients

ClientTransportSetup
Claude Desktopstdio (npm) or Remote URLQuickstart
Claude Codestdio (npm) or Remote URLQuickstart
Cursorstdio (npm)Quickstart
VS Code (Copilot)stdio (npm)Quickstart
Any MCP clientStreamable HTTPAuth docs

Open Source

The MCP client is open-source under the MIT license. Source code, issue tracker, and contributions:

The npm package (npx tube-search-mcp) is a thin stdio-to-HTTP proxy that connects to the remote MCP endpoint at https://tube.archivarix.net/mcp. The backend service is proprietary, but the client wrapper that ships to your machine is fully auditable.

Guide Pages

← Back to Guide Index