Personal AI knowledge base: ingest YouTube, articles, Notion, and Readwise into a searchable graph.
Personal AI knowledge base: ingest YouTube, articles, Notion, and Readwise into a searchable graph. That is what the braintube mcp server brings to an AI assistant: the same capability, reachable through the Model Context Protocol rather than a separate app or dashboard.
Your AI can search and cite your own corpus instead of starting every conversation cold:
The server publishes 7 tools. What each one is for:
Endpoint — ** https://mcp.brain-tube.com/mcp (Streamable HTTP)Version — ** 3.12.3Auth — ** OAuth 2.0 (authorization code + PKCE) or a BrainTube API key via X-BrainTube-Token headerDiscovery — ** /.well-known/oauth-protected-resource ·Per — user isolation** — JWT-scoped access; you only ever see your own corpusWebsite — brain-tube.comSupport — brain-tube.com/contactBecause this one is hosted, setup is mostly authentication — you point your client at the endpoint and approve access. Nothing runs on your machine, so there is no runtime to keep patched.
This sits in the search and retrieval group, where several servers overlap in what they claim to do but differ sharply once you actually set them up. BrainTube's toolset — Endpoint, Version, Auth and 4 more — is a fair guide to whether it matches your workflow. It is maintained by lildaddyo; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| 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-Token header |
| Discovery | ** [/.well-known/oauth-protected-resource](https://mcp.brain-tube.com/.well-known/oauth-protected-resource) · [/.well-known/oauth-authorization-server](https://mcp.brain-tube.com/.well-known/oauth-authorization-server) |
| Per | user isolation** — JWT-scoped access; you only ever see your own corpus |
| Website | [brain-tube.com](https://brain-tube.com) |
| Support | [brain-tube.com/contact](https://brain-tube.com/contact) |
{
"mcpServers": {
"braintube": {
"type": "http",
"url": "https://mcp.brain-tube.com/mcp",
"headers": { "X-BrainTube-Token": "bt_..." }
}
}
}Configuration as documented by the project. Restart the client after saving.
The simplest web tool that matters — fetch any URL and get model-ready markdown back.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Search built for AI, not humans — semantic web search that returns model-ready content, plus code context.
Answers, not links — delegate questions to Perplexity's search-grounded models and get cited responses back.
Put 6,000+ pre-built scrapers at your assistant's fingertips through one MCP endpoint.