braintube-mcp
Persistent knowledge-base MCP server. Semantic search with source citations over saved YouTube videos, podcasts, articles and PDFs — one endpoint for every MCP-capable AI client.
README
BrainTube MCP Server
Save once. Query anywhere. BrainTube compiles what you watch, read and listen to — YouTube videos, podcasts, articles, PDFs — into a persistent, searchable knowledge base, and this MCP server exposes it to every MCP-capable AI client over one endpoint.
- Endpoint:
https://mcp.brain-tube.com/mcp(Streamable HTTP) - Version: 3.12.3
- Auth: OAuth 2.0 (authorization code + PKCE) or a BrainTube API key via
X-BrainTube-Tokenheader - Discovery:
/.well-known/oauth-protected-resource·/.well-known/oauth-authorization-server
What it does
Your AI can search and cite your own corpus instead of starting every conversation cold:
- Semantic + keyword search over everything you've saved, with citations back to the source (down to video timestamps)
- Ingest notes, articles and web content directly from any MCP client
- Knowledge graph & related-item traversal across your corpus
- Session context — expertise profile, recent activity, and resurfacing tools
- Per-user isolation — JWT-scoped access; you only ever see your own corpus
Quickstart
- Create an account at brain-tube.com and get an API key (or use OAuth from a compatible client).
- Add the server to your MCP client:
{
"mcpServers": {
"braintube": {
"type": "http",
"url": "https://mcp.brain-tube.com/mcp",
"headers": { "X-BrainTube-Token": "bt_..." }
}
}
}
Works with any MCP-capable client (Claude, Cursor, and others). In clients with OAuth support, just add the endpoint URL and sign in when prompted.
Links
- Website: brain-tube.com
- MCP setup guide: brain-tube.com/connect
- Official MCP registry:
io.github.lildaddyo/braintube-mcp - Support: brain-tube.com/contact
Recommended Servers
playwright-mcp
A Model Context Protocol server that enables LLMs to interact with web pages through structured accessibility snapshots without requiring vision models or screenshots.
Magic Component Platform (MCP)
An AI-powered tool that generates modern UI components from natural language descriptions, integrating with popular IDEs to streamline UI development workflow.
Audiense Insights MCP Server
Enables interaction with Audiense Insights accounts via the Model Context Protocol, facilitating the extraction and analysis of marketing insights and audience data including demographics, behavior, and influencer engagement.
VeyraX MCP
Single MCP tool to connect all your favorite tools: Gmail, Calendar and 40 more.
graphlit-mcp-server
The Model Context Protocol (MCP) Server enables integration between MCP clients and the Graphlit service. Ingest anything from Slack to Gmail to podcast feeds, in addition to web crawling, into a Graphlit project - and then retrieve relevant contents from the MCP client.
Kagi MCP Server
An MCP server that integrates Kagi search capabilities with Claude AI, enabling Claude to perform real-time web searches when answering questions that require up-to-date information.
E2B
Using MCP to run code via e2b.
Neon Database
MCP server for interacting with Neon Management API and databases
Exa Search
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
Qdrant Server
This repository is an example of how to create a MCP server for Qdrant, a vector search engine.