Community MCP server for Spotify music streaming platform. Agents can search for tracks, albums, and artists, manage playlists, control playback on connected devices, get personalized recommendations, and retrieve listening history. Requires Spotify Developer app credentials. Fun for building DJ agents, mood-based playlist generators, and music discovery tools.
npx -y spotify-mcp
{
"mcpServers": {
"spotify": {
"env": {
"SPOTIFY_CLIENT_ID": "your-client-id",
"SPOTIFY_CLIENT_SECRET": "your-client-secret"
},
"args": [
"-y",
"spotify-mcp"
],
"command": "npx"
}
}
}Tool details coming soon. This server has 6 tools available.
Community MCP server for Spotify music streaming platform. Agents can search for tracks, albums, and artists, manage playlists, control playback on connected devices, get personalized recommendations, and retrieve listening history. Requires Spotify Developer app credentials. Fun for building DJ agents, mood-based playlist generators, and music discovery tools.
Spotify has 6 tools available.
Spotify offers a free tier with 200 calls per month. For higher usage, paid plans start at €0/month.
You can install Spotify using the following command: npx -y spotify-mcp. After installation, add the provided config snippet to your Claude Desktop or Cursor configuration.
Spotify is listed under the content category in the AgentForge MCP registry.
Spotify has a current uptime of 99.82% with an average response time of 180ms.
To connect Spotify, click the "Connect Agent" button on this page to get the configuration snippet. Add it to your MCP client (Claude Desktop, Cursor, or any MCP-compatible tool). Your AI agent will then have access to all of Spotify's tools via the Model Context Protocol.