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
Spotify
music

Spotify MCP Server

Music streaming service

spotifymusicplaylistsstreaming

About

## Spotify MCP Server: Music Streaming Integration The **Spotify MCP Server** integrates the world's leading music streaming platform directly into Google Antigravity, enabling AI assistants to search music, manage playlists, control playback, and access listening analytics programmatically. This comprehensive integration brings music platform capabilities to your development workflow. ### Why Spotify MCP? - **Massive Library**: Access over 100 million tracks and 5 million podcasts - **User Data Access**: Retrieve listening history, saved tracks, and personalization data - **Playlist Management**: Create, modify, and curate playlists programmatically - **Playback Control**: Control Spotify playback across connected devices - **Audio Features**: Access audio analysis and musical features for each track ### 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 upbeat electronic music suitable for coding sessions" }], tools=[{ "name": "spotify_search", "description": "Search Spotify catalog" }] ) ``` #### 2. Playlist Management ```python # Create and manage playlists response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a new focus playlist and add similar tracks to my top played songs" }], tools=[{"name": "spotify_playlists", "description": "Manage playlists"}] ) ``` #### 3. Playback Control ```python # Control music playback response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Play my Discover Weekly playlist on my desktop device" }], tools=[{"name": "spotify_playback", "description": "Control playback"}] ) ``` #### 4. Audio Analysis ```python # Get track features response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Analyze this playlist and find all tracks with high energy and danceability" }], tools=[{"name": "spotify_analysis", "description": "Analyze audio features"}] ) ``` ### Configuration ```json { "mcpServers": { "spotify": { "command": "npx", "args": ["-y", "@anthropic/mcp-spotify"], "env": { "SPOTIFY_CLIENT_ID": "your-client-id", "SPOTIFY_CLIENT_SECRET": "your-client-secret", "SPOTIFY_REDIRECT_URI": "http://localhost:3000/callback" } } } } ``` ### Use Cases **Music Applications**: Build music discovery, playlist management, and recommendation apps. **Ambient Control**: Create ambient workspaces with context-aware music playback. **Data Analysis**: Analyze listening patterns and audio features for research or personalization. **Content Curation**: Automate playlist curation based on mood, activity, or user preferences. The Spotify MCP Server brings music streaming capabilities directly into your development workflow, enabling rich music-powered applications.

Installation

Configuration
{
  "mcpServers": {
    "spotify": {
      "mcpServers": {
        "spotify": {
          "env": {
            "SPOTIFY_CLIENT_ID": "your-client-id",
            "SPOTIFY_CLIENT_SECRET": "your-client-secret",
            "SPOTIFY_REFRESH_TOKEN": "your-refresh-token"
          },
          "args": [
            "-y",
            "spotify-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 11. Create app at developer.spotify.com/dashboard
  2. 22. Get Client ID and Client Secret
  3. 33. Requires Spotify Premium for playback control

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