Skip to content
MCP-Bridge
Security

Spotify Web API MCP Config

You can use Spotify's Web API to discover music and podcasts, manage your Spotify library, control audio playback, and much more. Browse our available Web API endpoints using the sidebar at left, or via the navigation bar on top of this page on smaller screens. In order to make successful Web API r

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcp-bridge.pages.dev/config/spotify-com.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/config/spotify-com.json to fetch programmatically.

{
  "mcpServers": {
    "spotify-com": {
      "command": "npx",
      "args": ["-y","@mcp/spotify-com"],
      "env": {
      "SPOTIFY_WEB_API_API_KEY": "your_spotify_web_api_api_key"
}
    }
  }
}

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcp-bridge.pages.dev/config/spotify-com.json

Environment Variables

SPOTIFY_WEB_API_API_KEY

Replace your_spotify_web_api_api_key with your actual spotify web api api key

Endpoints

GET/albums

Get Several Albums

GET/albums/{id}

Get Album

GET/albums/{id}/tracks

Get Album Tracks

GET/artists

Get Several Artists

GET/artists/{id}

Get Artist

GET/artists/{id}/albums

Get Artist's Albums

GET/artists/{id}/related-artists

Get Artist's Related Artists

GET/artists/{id}/top-tracks

Get Artist's Top Tracks

GET/audio-analysis/{id}

Get Track's Audio Analysis

GET/audio-features

Get Tracks' Audio Features