Spotify
🎨 Creative
Control Spotify playback, search music, manage playlists, and handle library operations through AI. Play, pause, skip, create playlists, manage albums, switch devices, and discover music with the Spotify Web API.
Tags
Tools (22)
Config for Claude Desktop / Cursor
{
"mcpServers": {
"spotify": {
"command": "npx",
"args": [
"-y",
"@tbrgeek/spotify-mcp-server"
],
"env": {
"SPOTIFY_CLIENT_ID": "your-spotify-client-id-here",
"SPOTIFY_CLIENT_SECRET": "your-spotify-client-secret-here",
"SPOTIFY_REDIRECT_URI": "your-spotify-redirect-uri-here"
}
}
}
}