Google Antigravity Directory

The #1 directory for Google Antigravity prompts, rules, workflows & MCP servers. Optimized for Gemini 3 agentic development.

Resources

PromptsMCP ServersAntigravity RulesGEMINI.md GuideBest Practices

Company

Submit PromptAntigravityAI.directory

Popular Prompts

Next.js 14 App RouterReact TypeScriptTypeScript AdvancedFastAPI GuideDocker Best Practices

Legal

Privacy PolicyTerms of ServiceContact Us
Featured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App ShowFeatured on FazierVerified on Verified ToolsFeatured on WayfindioAntigravity AI - Featured on Startup FameFeatured on Wired BusinessFeatured on Twelve ToolsListed on Turbo0Featured on findly.toolsFeatured on Aura++That App Show

© 2026 Antigravity AI Directory. All rights reserved.

The #1 directory for Google Antigravity IDE

This website is not affiliated with, endorsed by, or associated with Google LLC. "Google" and "Gemini" are trademarks of Google LLC.

Antigravity AI Directory
PromptsMCPBest PracticesUse CasesLearn
Home
MCP Servers
YouTube Transcript
youtube

YouTube Transcript MCP Server

MCP server for YouTube video transcripts

youtubetranscriptvideocaptionssubtitles

About

## YouTube Transcript MCP Server: Video Content Extraction The **YouTube Transcript MCP Server** provides access to YouTube video transcripts and captions directly within Google Antigravity, enabling AI assistants to extract, process, and analyze spoken content from videos programmatically. This integration enables powerful video content analysis and accessibility features. ### Why YouTube Transcript MCP? - **Automatic Transcripts**: Access YouTube auto-generated transcripts for most videos - **Multi-Language**: Retrieve transcripts in multiple languages with translation support - **Timestamped Text**: Get text with precise timestamps for video synchronization - **Caption Extraction**: Access both auto-generated and manually uploaded captions - **Bulk Processing**: Extract transcripts from multiple videos efficiently ### Key Features #### 1. Transcript Extraction ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract the full transcript from this YouTube video with timestamps" }], tools=[{ "name": "yt_transcript_get", "description": "Extract video transcripts" }] ) ``` #### 2. Language Options ```python # Get transcripts in different languages response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get available transcript languages for this video and fetch the Spanish version" }], tools=[{"name": "yt_transcript_languages", "description": "Language options"}] ) ``` #### 3. Batch Extraction ```python # Process multiple videos response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract transcripts from all videos in this playlist" }], tools=[{"name": "yt_transcript_batch", "description": "Batch extraction"}] ) ``` #### 4. Content Analysis ```python # Analyze transcript content response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Extract key topics and timestamps from this tutorial video transcript" }], tools=[{"name": "yt_transcript_analyze", "description": "Analyze content"}] ) ``` ### Configuration ```json { "mcpServers": { "youtube-transcript": { "command": "npx", "args": ["-y", "@anthropic/mcp-youtube-transcript"], "env": {} } } } ``` ### Use Cases **Content Summarization**: Extract and summarize video content for quick consumption. **Research Tools**: Build tools that search and analyze video content at scale. **Accessibility**: Create accessible versions of video content with text transcripts. **Training Data**: Extract transcripts for machine learning and NLP training datasets. The YouTube Transcript MCP Server brings video content extraction directly into your development workflow, enabling text-based video analysis.

Installation

Configuration
{
  "mcpServers": {
    "youtube-transcript": {
      "mcpServers": {
        "youtube-transcript": {
          "args": [
            "-y",
            "@kimtaeyoon83/mcp-server-youtube-transcript"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. No API key required - uses public transcripts
  2. 22. Supports YouTube Shorts
  3. 33. Language selection with fallback

Related MCP Servers

🧰

Toolhouse MCP

Universal AI tool platform that equips your AI with production-ready capabilities. Execute code, browse the web, manage files, send emails, and more through a unified MCP interface.

🔨

Smithery Registry MCP

The MCP server registry and discovery platform. Browse, search, and install MCP servers from the community. Find the perfect integrations for your AI development workflow.

🔍

MCP Inspector

Official debugging and testing tool for MCP servers. Inspect server capabilities, test tool calls, validate responses, and debug protocol communication in real-time.

← Back to All MCP Servers