In 4 simple steps, your favorite AI will be able to query all your YouTube experts
From trying it without signing up to full access with your subscription.
Try TubExperto Link from your AI without creating an account.
Server URL:
https://tubexperto.com/api/mcp/demoCreate your first expert from any YouTube channel.
Full access to every MCP tool.
What if I cancel? Your MCP connection is not revoked: it keeps working with the Explorer plan tools. Full access returns when you reactivate your subscription.
Go to Dashboard → TubExperto Link and copy the connection text
Paste the text into your AI (ChatGPT, Claude, Grok, etc.)
Your AI will guide you to complete the setup
Done, ask anything about your channels
Specific instructions for each AI tool
If you use the Grok API (developers):
{
"tools": [{
"type": "mcp",
"server_url": "https://tubexperto.com/api/mcp/stream",
"headers": {
"Authorization": "Bearer TU_TOKEN_AQUI"
}
}]
}For Grok web/mobile chat users, we recommend using Claude or ChatGPT Plus which support MCP from the user interface.
If you're a developer using Gemini CLI, you can connect remote MCP servers. See the Gemini CLI documentation for details.
Recommended alternatives:
These tools use a JSON configuration file. Add the following entry under the mcpServers section:
Configuration file paths:
~/Library/Application Support/Claude/claude_desktop_config.json.cursor/mcp.json.vscode/mcp.json.mcp.json{
"mcpServers": {
"tubexperto": {
"type": "http",
"url": "https://tubexperto.com/api/mcp/stream",
"headers": {
"Authorization": "Bearer TU_TOKEN_AQUI"
}
}
}
}Tools your AI can use to interact with your experts
| Tool | Description | Parameters | Credits |
|---|---|---|---|
search_experts | Search experts by topic, name, or category | q, limit | Free |
query_expert | Ask an expert about their channel content | expertId, question, context? | 1 |
get_expert_info | Get detailed information about an expert | expertId | Free |
list_videos | List indexed videos for an expert | expertId, limit?, offset? | 0.5 |
get_latest_videos | Get latest channel videos via RSS feed | channelId, limit? | Free |
get_video_summary | Video summary with chapters and analysis | videoId, expertId?, locale? | 2 |
When your AI calls a locked tool, it receives a clear message with the required plan.
| Tool | Demo | Explorer | Paid |
|---|---|---|---|
list_my_expertsList your experts | – | ||
query_expertAsk an expert | – | ||
get_expert_infoGet expert info | |||
search_my_expertsSearch your experts | – | ||
list_expertsPublic catalog | |||
list_videosList expert videos | – | ||
helpContextual help | |||
query_knowledge_baseSearch across all channels | – | ||
query_expert_panelMulti-expert panel | – | ||
compare_expertsCompare 2-5 experts (synthesis) | – | ||
get_video_summaryVideo summary with chapters | – | ||
get_transcriptFull transcript | – | ||
get_latest_videosLatest uploaded videos | – | ||
recommend_videosAI recommendations | – | ||
suggest_channelsDiscover new channels | – |
💡 All locked tools return an upgrade message when the AI calls them, never a confusing error.
Make sure the connector is active and that you used the connection text from the dashboard. If you already did, try closing and reopening the conversation or restarting the app to load the new tools.
TubExperto Link tokens renew automatically with each use. If you don't use a token for 30 days, it expires due to inactivity. Go to Dashboard → TubExperto Link to generate a new one.
Verify that you have at least one expert created in TubExperto and that their videos are indexed. You can check this in your experts dashboard. If videos are still processing, wait for them to finish before querying.
Clients like Claude automatically detect our OAuth server on connection. Just sign in with your TubExperto account when prompted. No need to copy tokens manually.
/.well-known/oauth-authorization-serverFor platforms that don't support auto OAuth, copy your token from Dashboard → TubExperto Link and paste it manually.
Authorization: Bearer mcpl_xxxxxxxxxxxx...
“What do my experts say about the best investment strategies in 2026?”
Uses query_knowledge_base: searches all your channels at once and returns answers with cited sources (channel, video, timestamp).
“What do midudev and Fireship think about the future of React Server Components?”
Uses query_expert_panel: asks 2-5 experts the same question simultaneously, like a debate panel.
“Compare midudev and Fireship on React Server Components: where do they agree and where do they disagree?”
Uses compare_experts: returns ONE synthesis with agreements, disagreements and unique angles across 2-5 experts. Different from query_expert_panel, which shows each expert's full answer.
“What has Veritasium uploaded recently? Summarize their latest video.”
Uses get_latest_videos + get_video_summary: finds recent videos and generates a summary with chapters and timestamps.
Copy your personalized connection text and paste it into your favorite AI.
Go to TubExperto Link