Spotify runs on your own machine — the client starts it, so there is no endpoint to ping. 22 installs a week from npm. Last commit 11 Mar 2026.
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add spotify -- npx -y @striderlabs/mcp-spotify
{
"mcpServers": {
"spotify": {
"args": [
"-y",
"@striderlabs/mcp-spotify"
],
"command": "npx"
}
}
}
[mcp_servers.spotify]
command = "npx"
args = ["-y", "@striderlabs/mcp-spotify"]
{
"mcpServers": {
"spotify": {
"args": [
"-y",
"@striderlabs/mcp-spotify"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"spotify": {
"args": [
"-y",
"@striderlabs/mcp-spotify"
],
"command": "npx"
}
}
}
Answers built from our own checks of this server.