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

SoundCloud MCP Server

Music and podcast platform

musicaudiodiscovery

About

## SoundCloud MCP Server: Audio Streaming Platform The **SoundCloud MCP Server** integrates the SoundCloud music platform into Google Antigravity, enabling AI-assisted music discovery, playlist management, and audio content exploration. ### Why SoundCloud MCP? - **Music Discovery**: Discover independent artists and emerging music across all genres - **Playlist Management**: Create, edit, and organize playlists for any mood or activity - **Artist Following**: Track favorite artists and get updates on new releases - **Audio Analytics**: Access play counts, likes, and engagement metrics - **Track Management**: For creators, manage uploaded tracks and analytics ### Key Features #### 1. Music Discovery ```python from anthropic import Anthropic client = Anthropic() response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Find trending electronic music tracks released this month" }] ) ``` #### 2. Playlist Creation ```python # Manage playlists response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Create a playlist of chill lo-fi beats for coding sessions" }] ) ``` #### 3. Artist Tracking ```python # Follow artists response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show new releases from artists I follow this week" }] ) ``` #### 4. Analytics ```python # View stats response = client.messages.create( model="claude-sonnet-4-20250514", max_tokens=1024, messages=[{ "role": "user", "content": "Show analytics for my uploaded tracks including plays and engagement" }] ) ``` ### Configuration ```json { "mcpServers": { "soundcloud": { "command": "npx", "args": ["-y", "@anthropic/mcp-server-soundcloud"], "env": { "SOUNDCLOUD_CLIENT_ID": "your-client-id", "SOUNDCLOUD_OAUTH_TOKEN": "your-oauth-token" } } } } ``` ### Use Cases **Music Discovery**: Find new music and emerging artists across genres. **Playlist Curation**: Build and manage playlists for different activities. **Creator Analytics**: Track performance of uploaded audio content. **Background Music**: Find focus and productivity playlists for work. The SoundCloud MCP Server brings audio discovery and management into your workflow for both listeners and creators.

Installation

Configuration
{
  "mcpServers": {
    "soundcloud": {
      "mcpServers": {
        "soundcloud": {
          "env": {
            "SOUNDCLOUD_CLIENT_ID": "your-client-id"
          },
          "args": [
            "-y",
            "soundcloud-mcp-server"
          ],
          "command": "npx"
        }
      }
    }
  }
}

How to Use

  1. 1Register at SoundCloud developers
  2. 2Get client ID
  3. 3Access tracks and playlists

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