MCP server for Spotify - let AI agents control playback, search music, and manage playlists
Runs locally over stdio
This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).
Run
npx -y @striderlabs/mcp-spotify
MCP client config
{
"mcpServers": {
"mcp-spotify": {
"command": "npx",
"args": [
"-y",
"@striderlabs/mcp-spotify"
]
}
}
}