Sponsored by Deepsite.site

Tubask

Created By
Amorizza month ago
Tubask — hosted YouTube MCP for Claude & Cursor ·
Overview

Tubask

Tubask

YouTube, readable in chat.
Hosted MCP server for Claude, Cursor, ChatGPT, and any Streamable HTTP client.

Website MCP transport Docs 3 tools OAuth 2.0

Try free →  ·  Install  ·  Tools  ·  Example prompts


Tubask is a hosted remote MCP server that lets your AI assistant search YouTube, summarize videos, and pull timestamped quotes — from inside Claude or Cursor, in one message. No local Python. No 15-tool chains. Three tools, smart routing, OAuth, and a hosted trial (25 searches + 3 summaries) — then upgrade to Pro (no Google key) or stay on Free with your own key.

Without TubaskWith Tubask
Paste a link → “I can't access YouTube”Paste a link → summary, chapters, quotes
Open 5 tabs to research a topicRanked results in chat
Chain search → transcript → summarizeOne summarize_video or goal=advice call

MCP endpoint

https://tubask.app/mcp

Transport: Streamable HTTP · Auth: OAuth 2.0 (browser signup on first tool call) · Read-only tools

Quick start

npx @tubask/mcp

Interactive setup: pick your client, write config, optionally install the Cursor skill.
No args needed.

npx @tubask/mcp init              # non-interactive config write
npx @tubask/mcp skill install     # Cursor routing skill
npx @tubask/mcp status            # check existing setup

Then Settings → Tools & MCP → Connect in Cursor and complete OAuth on first use.

  1. Create a free account at tubask.app/signup (no credit card).
  2. Add the MCP server to your client (npx above, or snippets below).
  3. Send any YouTube URL in chat — e.g. “Summarize this talk and list the main argument.”
  4. On first use, complete OAuth in your browser.
  5. (Optional) Add your free YouTube Data API key in the Tubask dashboard after the hosted trial.

npx CLI

CommandWhat it does
npx @tubask/mcpInteractive onboarding (recommended)
npx @tubask/mcp initWrite .cursor/mcp.json in the current project
npx @tubask/mcp init --globalWrite ~/.cursor/mcp.json for all projects
npx @tubask/mcp init --client claude-codeWrite .mcp.json + print claude mcp add command
npx @tubask/mcp skill installCopy tubask-youtube skill to .cursor/skills/
npx @tubask/mcp statusCheck if Tubask is already configured
npx @tubask/mcp init --dry-runPreview config without writing files

The server runs at https://tubask.app/mcp — the CLI only writes client config.

Cursor

Add to .cursor/mcp.json (project) or ~/.cursor/mcp.json (global):

{
  "mcpServers": {
    "tubask": {
      "url": "https://tubask.app/mcp"
    }
  }
}

Then Settings → Tools & MCP → Connect and authorize.

Claude Code

claude mcp add --transport http tubask https://tubask.app/mcp

Or add to .mcp.json:

{
  "mcpServers": {
    "tubask": {
      "type": "http",
      "url": "https://tubask.app/mcp"
    }
  }
}

Claude Desktop / Claude.ai

Settings → Connectors → Add custom connector → paste:

https://tubask.app/mcp

ChatGPT

Settings → Apps & Connectors → Create app → paste the same URL.

Smithery

smithery mcp add https://tubask.app/mcp

No extra config — OAuth and API keys are handled in your Tubask account after connect.

Other clients

Any MCP host with remote HTTP support: paste https://tubask.app/mcp and sign in on first tool call.
Client-specific notes: tubask.app/docs/connect

Tools

ToolUse when
youtube_queryPaste anything — URL, @handle, playlist, search text. Search, latest uploads, comments, creator advice across videos.
summarize_videoUnderstand one video — summary, key_points, chapters, quotes with timestamps.
get_transcriptExact words — keyword search, time slices, pagination.

Every response includes next_steps[] so the model doesn't guess the next tool.

Example prompts

Summarize this and give me 3 quotable lines with timestamps:
https://youtube.com/watch?v=...

What's @Fireship published about AI agents in the last month? Skip shorts.

Find every time they say "product-market fit" and give timestamps:
https://youtu.be/VIDEO_ID

More: tubask.app/docs/examples

Why three tools?

Most YouTube MCP servers expose 10–20 granular tools. Models chain searchget_videoget_transcriptsummarize, burning tokens, latency, and YouTube API quota.

Tubask collapses the surface:

Paste anything     → youtube_query (intent=auto)
One video          → summarize_video
Exact words        → get_transcript

Creator advice across multiple videosyoutube_query(goal=advice) in one call (up to 8 recent long-form uploads).

Pricing

PlanPriceIncludes
TrialFree25 searches + 3 summaries · hosted · no API key
Free$0100 credits/mo (~12 summaries or ~100 searches) · your Google API key
Pro$8/mo800 credits/mo (~100 summaries) · hosted · 3 MCP clients
Plus$19/mo2,500 credits/mo (~312 summaries) · hosted · unlimited clients

Credits: 1 search = 1 credit · 1 summary/transcript = 8 credits · metadata-only summary = 1 credit · advice = 1 + 8×transcript-covered videos. Hard stop at zero.

Details: tubask.app/docs/quota

Security

  • OAuth 2.0 for every MCP connection
  • Your YouTube API key encrypted at rest (Fernet)
  • Argon2id password hashing
  • Read-only tools — no writes to your YouTube account

tubask.app/docs/security · SECURITY.md

Comparison

TubaskLocal uvx YouTube MCPs
InstallPaste URLPython/uv, local deps
SummariesBuilt-in (chapters, quotes)Often transcript-only
Channel / search / adviceyoutube_queryVaries; often many tools
AuthOAuth + dashboardUsually none
API keyYour key in Tubask dashboardOptional / none

Discovery metadata

MCP scanners that cannot authenticate may read server-card.json or the live endpoint at tubask.app/.well-known/mcp/server-card.json.

Support

License

This repository contains documentation and discovery metadata for the Tubask hosted service. The Tubask service software is proprietary. See LICENSE.


v0.6.4 · Model Context Protocol · Made for Claude, Cursor, and builders who live in chat.

Server Config

{
  "mcpServers": {
    "tubask": {
      "url": "https://tubask.app/mcp"
    }
  }
}
Recommend Servers
TraeBuild with Free GPT-4.1 & Claude 3.7. Fully MCP-Ready.
EdgeOne Pages MCPAn MCP service designed for deploying HTML content to EdgeOne Pages and obtaining an accessible public URL.
Tavily Mcp
MCP AdvisorMCP Advisor & Installation - Use the right MCP server for your needs
WindsurfThe new purpose-built IDE to harness magic
Serper MCP ServerA Serper MCP Server
Jina AI MCP ToolsA Model Context Protocol (MCP) server that integrates with Jina AI Search Foundation APIs.
DeepChatYour AI Partner on Desktop
AiimagemultistyleA Model Context Protocol (MCP) server for image generation and manipulation using fal.ai's Stable Diffusion model.
RedisA Model Context Protocol server that provides access to Redis databases. This server enables LLMs to interact with Redis key-value stores through a set of standardized tools.
Visual Studio Code - Open Source ("Code - OSS")Visual Studio Code
Playwright McpPlaywright MCP server
Amap Maps高德地图官方 MCP Server
Zhipu Web SearchZhipu Web Search MCP Server is a search engine specifically designed for large models. It integrates four search engines, allowing users to flexibly compare and switch between them. Building upon the web crawling and ranking capabilities of traditional search engines, it enhances intent recognition capabilities, returning results more suitable for large model processing (such as webpage titles, URLs, summaries, site names, site icons, etc.). This helps AI applications achieve "dynamic knowledge acquisition" and "precise scenario adaptation" capabilities.
Baidu Map百度地图核心API现已全面兼容MCP协议,是国内首家兼容MCP协议的地图服务商。
BlenderBlenderMCP connects Blender to Claude AI through the Model Context Protocol (MCP), allowing Claude to directly interact with and control Blender. This integration enables prompt assisted 3D modeling, scene creation, and manipulation.
Howtocook Mcp基于Anduin2017 / HowToCook (程序员在家做饭指南)的mcp server,帮你推荐菜谱、规划膳食,解决“今天吃什么“的世纪难题; Based on Anduin2017/HowToCook (Programmer's Guide to Cooking at Home), MCP Server helps you recommend recipes, plan meals, and solve the century old problem of "what to eat today"
ChatWiseThe second fastest AI chatbot™
CursorThe AI Code Editor
Y GuiA web-based graphical interface for AI chat interactions with support for multiple AI models and MCP (Model Context Protocol) servers.
MiniMax MCPOfficial MiniMax Model Context Protocol (MCP) server that enables interaction with powerful Text to Speech, image generation and video generation APIs.