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.jsonConfiguration 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
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.jsonEnvironment Variables
SPOTIFY_WEB_API_API_KEYReplace your_spotify_web_api_api_key with your actual spotify web api api key
Endpoints
/albumsGet Several Albums
/albums/{id}Get Album
/albums/{id}/tracksGet Album Tracks
/artistsGet Several Artists
/artists/{id}Get Artist
/artists/{id}/albumsGet Artist's Albums
/artists/{id}/related-artistsGet Artist's Related Artists
/artists/{id}/top-tracksGet Artist's Top Tracks
/audio-analysis/{id}Get Track's Audio Analysis
/audio-featuresGet Tracks' Audio Features