MCP Setup
Connect your library to every AI you use
BrainTube ships a native MCP server so Claude, Cursor, and any Model Context Protocol client can read your transcripts, summaries, and highlights as first-class context.
Claude Desktop
Read summaries, search transcripts, and ask Claude to reason over your library.
Cursor
Pull engineering talks and tutorials into your coding workflow as live context.
ChatGPT (custom GPTs)
Connect via OpenAPI bridge — query your library from any GPT you build.
Any MCP client
Native Model Context Protocol means any compliant client works out of the box.
Setup in 60 seconds
BrainTube's MCP server is remote — there's nothing to install. Point your client at the endpoint, pass your API key in the X-BrainTube-Token header, done.
Endpoint
streamable-http
https://mcp.brain-tube.com/mcpOne-click (Claude.ai)
OAuth
In Claude.ai, go to Settings → Connectors → Add custom connector, paste
https://mcp.brain-tube.com/mcp, and sign in when prompted. No API key needed — Claude.ai connects via OAuth.Cursor · Claude Desktop · CLI tools · other MCP clients
JSON
{
"mcpServers": {
"braintube": {
"type": "streamable-http",
"url": "https://mcp.brain-tube.com/mcp",
"headers": {
"X-BrainTube-Token": "bt_your_key_here"
}
}
}
}Config file locations: Claude Desktop → ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows). Cursor → Settings → MCP → Add Server. Any client that speaks MCP streamable-http works with the same URL + X-BrainTube-Token header.
- 1Sign in to BrainTube and create an API key at Settings → API Keys.
- 2Paste the config above into your MCP client's config (or add the URL + X-BrainTube-Token header through the client's UI).
- 3Replace bt_your_key_here with your real key and restart the client.
- 4Try: 'Summarize the last 5 videos I saved about pricing.'
Your library, every AI
One source of truth. Reachable from every assistant you talk to.
Get Started FreeFrequently asked
- What is MCP and why does BrainTube use it?
- Model Context Protocol is an open standard from Anthropic that lets AI clients read external context through a unified interface. BrainTube ships a native MCP server so any compliant client — Claude Desktop, Cursor, Zed — can query your library without bespoke integrations.
- Which AI clients work with BrainTube today?
- Claude Desktop and Cursor work out of the box via MCP. ChatGPT connects through our OpenAPI bridge for custom GPTs. Any future MCP-compliant client will work without configuration changes on our end.
- Do I need to be on a paid plan to use the MCP server?
- No. The MCP server is included on every plan, including Free. Paid plans raise the monthly query and ingest limits.
- Where is my API key stored and how do I rotate it?
- Keys are created in the BrainTube app under Settings → API Keys. They are shown once at creation, hashed at rest, and can be rotated or revoked at any time. Each key has its own audit log.
- Can BrainTube read my private notes or only public videos?
- BrainTube reads only what you save into your own library — public YouTube videos, articles you ingest, PDFs you upload. It never crawls third-party accounts on your behalf.
- What happens to my data if I disconnect a client?
- Disconnecting an MCP client removes its access. Your library, summaries, and highlights remain in BrainTube untouched. You can reconnect or export everything at any time.
