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 Music
youtube

YouTube Music MCP Server

YouTube Music streaming

youtubemusicstreaminggoogle

About

## YouTube Music MCP Server: Music Streaming Experience The **YouTube Music MCP Server** integrates YouTube's dedicated music streaming service directly into Google Antigravity, enabling AI assistants to search music, manage playlists, and access the vast library of official releases, remixes, and live performances programmatically. This integration brings YouTube's unique music catalog to your development workflow. ### Why YouTube Music MCP? - **Unique Content**: Access official music videos, live performances, covers, and remixes unavailable elsewhere - **Video Integration**: Stream music with or without video for flexible listening experiences - **User Library**: Manage liked songs, albums, playlists, and uploads in user libraries - **Smart Recommendations**: Leverage YouTube recommendations and personalized playlists - **Lyrics Support**: Access synced lyrics for millions of songs ### Key Features #### 1. Music Search ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Search for acoustic versions and live performances of popular songs" }], tools=[{ "name": "ytmusic_search", "description": "Search YouTube Music" }] ) ``` #### 2. Library Management ```python # Manage music library response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get my recently played tracks and add the top ones to a new playlist" }], tools=[{"name": "ytmusic_library", "description": "Manage user library"}] ) ``` #### 3. Playlist Operations ```python # Work with playlists response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a workout playlist with high-energy tracks from my liked songs" }], tools=[{"name": "ytmusic_playlists", "description": "Manage playlists"}] ) ``` #### 4. Recommendations ```python # Get personalized suggestions response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Get personalized recommendations based on my listening history" }], tools=[{"name": "ytmusic_recommendations", "description": "Get recommendations"}] ) ``` ### Configuration ```json { "mcpServers": { "youtube-music": { "command": "npx", "args": ["-y", "@anthropic/mcp-youtube-music"], "env": { "YTMUSIC_AUTH_HEADERS": "path/to/headers_auth.json" } } } } ``` ### Use Cases **Music Discovery**: Build apps that discover unique versions, covers, and live recordings. **Playlist Curation**: Create automated playlist generation based on user preferences. **Music Integration**: Add background music capabilities to productivity applications. **Listening Analytics**: Track and analyze listening patterns across YouTube Music. The YouTube Music MCP Server brings YouTube unique music catalog directly into your development workflow, enabling distinctive music experiences.

Installation

Configuration
{
  "mcpServers": {
    "youtube-music": {
      "mcpServers": {
        "youtube-music": {
          "env": {
            "GOOGLE_API_KEY": "your-api-key"
          },
          "args": [
            "-y",
            "youtube-music-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. No API keys required for basic search
  2. 22. Plays tracks in default web browser
  3. 33. Search for songs, albums, and artists

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