Search tracks, get playlists, control playback, and browse new releases via the Spotify Web API.
35+ deploysclaude mcp add spotify --url https://datafaucet.dev/api/mcp/t/spotify
Run this command in your terminal · most users connect in under 60s
GET endpoints
search_spotify
Search for tracks, artists, albums, or playlists. Returns matching items with name, artist, album art, and preview URL.
https://api.spotify.com/v1/search?q={query}&type={type}&limit={limit}
get_now_playing
Get the user's currently playing track. Returns track name, artist, album, progress_ms, is_playing.
https://api.spotify.com/v1/me/player/currently-playing
get_playlist
Get a playlist's tracks, name, description, and follower count.
https://api.spotify.com/v1/playlists/{playlist_id}
get_new_releases
Get new album releases on Spotify. Returns album name, artist, release_date, total_tracks.
https://api.spotify.com/v1/browse/new-releases?limit={limit}
get_top_items
Get the user's top artists or tracks based on listening history.
https://api.spotify.com/v1/me/top/{type}?time_range={time_range}&limit={limit}
PUT endpoints
start_playback
Start or resume playback on the user's active device. Optionally provide track URIs to play specific tracks.
https://api.spotify.com/v1/me/player/play
Run this in your terminal:
claude mcp add spotify https://datafaucet.dev/api/mcp/t/spotify
Connect Spotify to your AI agent in under 60 seconds. No account required.
{notion_token}) with your real credentialsNeed API keys? Try our free sandbox templates first to see MCP in action with zero setup.
Replace these placeholders with your real values before deploying:
{limit}Your value{playlist_id}Resource identifier{query}Your value{spotify_token}API settings page{time_range}Your value{track_uri}Your value{type}Your valuePreview:
GET https://api.spotify.com/v1/search?q={query}&type={type}&limit={limit} Authorization: Bearer {spotify_token}
claude mcp add spotify --url https://datafaucet.dev/api/mcp/t/spotifyWhat your AI agent sees
I have access to 6 tools from Spotify: search_spotify, get_now_playing, get_playlist, and 3 more.
“Search for tracks, artists, albums, or playlists. Returns matching items with name, artist, album art, and preview URL.”
Calling search_spotify... Done. Here are the results.
Try these prompts
“Search for tracks by Daft Punk and show me the top results”
Copy“What's currently playing on my Spotify?”
Copy“Show me this week's new album releases”
CopyClick any prompt to copy, then paste into your AI client.