tubescout
Provides tools for searching YouTube videos with filters, retrieving video metadata and engagement metrics, fetching video transcripts, batch transcript retrieval, channel video analysis, and search suggestion-based keyword research.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@tubescoutFind the most-viewed videos about n8n this month and summarize key complaints."
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
TubeScout π
Turn YouTube into a research engine for your AI agent. An MCP server (no API key) plus a skill pack that make Claude Code, Codex, and OpenCode search YouTube like a database, read transcripts at scale, and mine videos for evidence β claims, numbers, demand signals β instead of vibes.
Idea-engine tools scan Reddit and forums. YouTube is where founders show receipts β revenue dashboards, playbooks, real numbers on camera β and nothing mines it. TubeScout does.
Quickstart (60 seconds)
Claude Code
claude mcp add --scope user tubescout -- npx -y tubescoutCodex
codex mcp add tubescout -- npx -y tubescoutOpenCode β add to ~/.config/opencode/opencode.json under "mcp":
"tubescout": { "type": "local", "command": ["npx", "-y", "tubescout"], "enabled": true }That's it β no API key, no config. Then ask your agent things like:
"Find the 5 most-viewed videos about n8n from the last month and summarize what people are struggling with."
Easiest all-in-one (Claude Code): install as a plugin β MCP server + all 6 skills in two commands:
/plugin marketplace add not0lucky/tubescout
/plugin install tubescout@tubescoutOr install the skill pack manually (works for Claude Code, Codex, and OpenCode):
git clone https://github.com/not0lucky/tubescout && cd tubescout
./scripts/install-skills.sh # installs into ~/.claude/skills, ~/.codex/skills, ~/.config/opencode/skillsRelated MCP server: youtube-mcp
Tools
Tool | What it does |
| Search with filters (upload window, duration, sort by views/date) |
| Full metadata + engagement ( |
| Plain-text transcript via a resilient 3-strategy fallback chain |
| Batch transcripts (up to 10 videos), per-video error tolerant |
| Channel positioning + recent uploads with view counts |
| YouTube autocomplete = real search demand for keyword research |
Skills (the research methods)
Skill | Use it to |
| Skeptic's analysis of videos: extract every claim and number, stress-test for incentives, survivorship bias, verifiability |
| Mine a niche for product ideas backed by demand signals + pains real builders describe on camera |
| Go/no-go verdict: demand, saturation, what competitors' numbers actually show |
| Read a channel's strategy: cadence, outliers, what performs vs what they publish |
| Turn a tutorial into executable steps β exact commands, settings, and the gotchas said in passing β adapted to your stack |
| Find demand-vs-supply gaps: heavily searched topics served by weak, old, or misfit videos β for content plans or product angles |
All skills are context-aware: they read the conversation for what you're building, your stack, and videos already analyzed, and tailor verdicts to your actual leverage instead of giving generic advice.
See a real /yt-breakdown run on three "how I make $X/month" videos β including what survived the skeptic pass and what didn't.
How it works (honestly)
There's no magic here, and that's the point:
youtubei.js talks to YouTube's internal InnerTube API β the same one the site uses. No key, no quota.
Transcripts are YouTube's own captions, fetched through a fallback chain: the ANDROID-client timedtext track β the InnerTube transcript endpoint (known to 400 intermittently β retried with backoff) β local
yt-dlpif you have it. Each response tells you whichsourceserved it.All analysis happens in your agent. The server ships data; the skills ship method.
Limitations
Run it locally. YouTube aggressively rate-limits datacenter IPs β this is a local stdio server by design, not a hosted service.
YouTube changes internals without notice; when it breaks, update (
npxalways pulls latest) and file an issue with the failing video ID.Videos with captions disabled can't be transcribed (rare; the error says so explicitly).
Caption scraping lives in YouTube ToS gray area β fine for local research tooling, don't build a hosted paid product on it.
Development
npm install && npm run build
npm test # unit tests (offline)
npm run test:live # live smoke tests against real videos β run before publishing
npm run inspect # MCP Inspector against the built serverMIT β see LICENSE.
Built by Anir β I automate things. More at agramprojects.com.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- AlicenseBqualityBmaintenanceEnables AI agents to search, analyze, and extract insights from YouTube videos including transcripts, visual frames, and benchmarks without requiring API keys. Supports semantic search across playlists, sentiment analysis, and visual content indexing with automatic fallback chains for reliable access.4165734MIT
- AlicenseNot gradedqualityCmaintenanceEnables AI agents to fetch transcripts, metadata, and download videos/audio from YouTube without API keys.30MIT
- AlicenseNot gradedqualityDmaintenanceEnables AI agents to search, watch, summarize, clip, and extract transcripts from YouTube videos, all without needing an API key or leaving the chat.2750Apache 2.0
- AlicenseAqualityBmaintenanceEnables AI assistants to search YouTube, fetch transcripts, and get AI summaries of videos without API keys.312MIT
Related MCP Connectors
YouTube transcripts, search, channels, playlists and bulk transcript jobs for AI agents. 14 tools.
Provide token-optimized, structured YouTube data to enhance your LLM applications. Access efficienβ¦
π― The fastest YouTube transcript + YouTube search MCP for AI agents. Try for free.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/not0lucky/tubescout'
If you have feedback or need assistance with the MCP directory API, please join our Discord server