TubExperto Link

Connect Your AI to TubExperto

In 4 simple steps, your favorite AI will be able to query all your YouTube experts

Three ways to use it

From trying it without signing up to full access with your subscription.

Quick try

Public demo

Try TubExperto Link from your AI without creating an account.

  • No signup, no token
  • 5 queries/day per IP
  • Curated base of top channels
  • Basic search and demo expert queries

Server URL:

https://tubexperto.com/api/mcp/demo
€0 · Free

Explorer account

Create your first expert from any YouTube channel.

  • 2 own experts, all their videos
  • 7 questions/week
  • 1 active MCP session
  • Essential tools (list, query, search)
  • Expert panel and summaries, paid plans only
Recommended
From €9/mo

Pro, Max or Team

Full access to every MCP tool.

  • From 15 to 60 own experts
  • 600 to 2,000 questions/month (Team: 600/seat)
  • Multi-expert panel (ask 2-5 at once)
  • Video summaries with chapters
  • Full transcripts
  • Up to 5 concurrent MCP sessions

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.

Quick start: 4 steps

1

Go to Dashboard → TubExperto Link and copy the connection text

2

Paste the text into your AI (ChatGPT, Claude, Grok, etc.)

3

Your AI will guide you to complete the setup

4

Done, ask anything about your channels

Per-platform guides

Specific instructions for each AI tool

💬ChatGPTPaid plans only+
Requires ChatGPT Plus, Pro, Team, or Enterprise. The free plan does not support MCP servers.
  1. 1Open ChatGPT and go to Settings (gear icon)
  2. 2Go to Apps & Connectors
  3. 3Enable "Developer Mode"
  4. 4Click "Create connector"
  5. 5Name it "TubExperto"
  6. 6Paste the server URL: https://tubexperto.com/api/mcp/stream
  7. 7Select Bearer token authentication and paste your token
🤖Claude.aiEasy+
  1. 1Open Claude.ai and go to Settings
  2. 2Click "Connectors"
  3. 3Click "Add custom connector"
  4. 4Paste the URL: https://tubexperto.com/api/mcp/stream
  5. 5Enter your Bearer token when prompted
  6. 6Save, done!
GrokAPI only+
Grok's web interface and mobile app (grok.com) do not support adding external MCP servers. xAI's MCP support is programmatic only, via API or CLI.

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.

GeminiNot supported+
The Gemini app (web and mobile) does not support connecting custom MCP servers. It only supports Google's own extensions (Gmail, Drive, YouTube).

If you're a developer using Gemini CLI, you can connect remote MCP servers. See the Gemini CLI documentation for details.

Recommended alternatives:

  • • Claude: native MCP support, easy to set up, works on web and mobile
  • • ChatGPT (Plus): MCP support via Developer Mode, syncs to mobile
🛠️Claude Desktop, Cursor, VS CodeAdvanced+

These tools use a JSON configuration file. Add the following entry under the mcpServers section:

Configuration file paths:

  • Claude Desktop: ~/Library/Application Support/Claude/claude_desktop_config.json
  • Cursor: .cursor/mcp.json
  • VS Code: .vscode/mcp.json
  • Claude Code: .mcp.json
{
  "mcpServers": {
    "tubexperto": {
      "type": "http",
      "url": "https://tubexperto.com/api/mcp/stream",
      "headers": {
        "Authorization": "Bearer TU_TOKEN_AQUI"
      }
    }
  }
}

Available Tools

Tools your AI can use to interact with your experts

ToolDescriptionParametersCredits
search_expertsSearch experts by topic, name, or categoryq, limitFree
query_expertAsk an expert about their channel contentexpertId, question, context?1
get_expert_infoGet detailed information about an expertexpertIdFree
list_videosList indexed videos for an expertexpertId, limit?, offset?0.5
get_latest_videosGet latest channel videos via RSS feedchannelId, limit?Free
get_video_summaryVideo summary with chapters and analysisvideoId, expertId?, locale?2

Which tool is available in which plan

When your AI calls a locked tool, it receives a clear message with the required plan.

ToolDemoExplorerPaid
list_my_experts

List your experts

query_expert

Ask an expert

get_expert_info

Get expert info

search_my_experts

Search your experts

list_experts

Public catalog

list_videos

List expert videos

help

Contextual help

query_knowledge_base

Search across all channels

query_expert_panel

Multi-expert panel

compare_experts

Compare 2-5 experts (synthesis)

get_video_summary

Video summary with chapters

get_transcript

Full transcript

get_latest_videos

Latest uploaded videos

recommend_videos

AI recommendations

suggest_channels

Discover new channels

💡 All locked tools return an upgrade message when the AI calls them, never a confusing error.

Troubleshooting

My AI does not recognize TubExperto tools+

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.

The token has expired or shows an authentication error+

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.

The AI says there are no experts or cannot find my channels+

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.

Authentication

OAuth 2.0 (Recommended)

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.

  • • Authorization Code + PKCE (S256)
  • Access tokens: 30 days (auto-renewed)
  • Refresh tokens included for renewal without re-authorization
  • Auto-discovery via /.well-known/oauth-authorization-server

Bearer Token (Alternative)

For platforms that don't support auto OAuth, copy your token from Dashboard → TubExperto Link and paste it manually.

Authorization: Bearer mcpl_xxxxxxxxxxxx...

Usage Examples

Query your knowledge base

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).

Expert panel

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 experts (synthesis)

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.

Discover recent content

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.

Support

If you have issues with the MCP connection, contact us.

[email protected]

Privacy

See our privacy policy to learn how we handle your data.

Privacy Policy

Ready to connect your AI?

Copy your personalized connection text and paste it into your favorite AI.

Go to TubExperto Link