TubExperto
About
Personal YouTube AI knowledge base powered by RAG. Query your subscribed channels.
Details
- Author
- jupediaz
- Downloads
- 268
- Categories
- Knowledge Base, AI, Productivity
Jump to
- Query any of your subscribed YouTube expert channels
- Perform cross-channel RAG queries across all experts at once
- Receive answers with video citations (channel, title, timestamp)
- Browse indexed videos per channel
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
TubExpertoCommand (node, npx, python, etc.)Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
From the repository
Obtain an API key from https://tubexperto.com/settings/api, then add the server URL (https://tubexperto.com/api/mcp/stream) and the key in the Authorization header to your MCP client configuration. After setup, invoke any of the provided tools to query your subscribed channels.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"tubexperto": {
"tubexperto": {
"url": "https://tubexperto.com/api/mcp/stream",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
}
McpServers
{
"tubexperto": {
"url": "https://tubexperto.com/api/mcp/stream",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
TubExperto MCP Server
Query your personal YouTube knowledge base using AI. TubExperto indexes your subscribed YouTube channels and enables RAG-powered question answering.Features
- Query any of your subscribed YouTube expert channels - Cross-channel RAG queries across all experts at once - Get answers with video citations (channel, title, timestamp) - Browse indexed videos per channelSetup
1. Get your API key at https://tubexperto.com/settings/api 2. Add to your MCP client config: ``json
{
"mcpServers": {
"tubexperto": {
"url": "https://tubexperto.com/api/mcp/stream",
"headers": {
"Authorization": "Bearer YOUR_API_KEY"
}
}
}
}
`
Available Tools
- list_my_experts — List your subscribed YouTube channels
- query_expert — Ask a specific channel a question
- query_knowledge_base — Query all your channels at once
- get_expert_info — Get channel details
- list_videos` — Browse indexed videosSign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.



