Back to Browse

Braintube MCP Server

Developer ToolsUse Caution4.2MCP RegistryLocalRemote
Free

Server data from the Official MCP Registry

Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.

About

Search everything you save: YouTube, articles, podcasts, PDFs, Notion, Obsidian. API key or OAuth.

Remote endpoints: streamable-http: https://mcp.brain-tube.com/mcp

Security Report

4.2
Use Caution4.2High Risk

BrainTube MCP server implements comprehensive security infrastructure including injection detection, role-based access control, write confirmation for destructive operations, and audit logging. However, several moderate concerns exist: environment variable exposure in token handling, incomplete input validation on Zod schemas, potential credential leakage in error messages, and reliance on external security assumptions for OAuth. The server's architecture is generally sound with defense-in-depth patterns, but operational security depends heavily on proper deployment configuration. Supply chain analysis found 6 known vulnerabilities in dependencies (0 critical, 2 high severity).

4 files analyzed · 16 issues found

Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.

Permissions Required

This plugin requests these system permissions. Most are normal for its category.

env_vars

Check that this permission is expected for this type of plugin.

HTTP Network Access

Connects to external APIs or services over the internet.

File System Read

Reads files on your machine. Normal for tools that analyze or process local data.

database

Check that this permission is expected for this type of plugin.

clipboard

Check that this permission is expected for this type of plugin.

How to Install & Connect

Available as Local & Remote

This plugin can run on your machine or connect to a hosted endpoint. during install.

Documentation

View on GitHub

From the project's GitHub 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.

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

  1. Create an account at brain-tube.com and get an API key (or use OAuth from a compatible client).
  2. 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

Reviews

No reviews yet

Be the first to review this server!