Spotify runs on your own machine — the client starts it, so there is no endpoint to ping. 30 installs a week from npm. Last commit 11 Mar 2026.
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
We read the source, 20 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
пакет @striderlabs/mcp-spotify ссылается на striderlabs/mcp-spotify
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
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"
}
}
}
MCP server for Instacart - let AI agents manage grocery shopping and place orders autonomously
MCP server for Chipotle - let AI agents order burritos, bowls, and more
MCP server for Target - search products, manage cart, track orders
MCP server for AiList — search and discover Ai projects from Claude Code
MCP server for Walmart - search products, manage cart, track orders
ContextStream MCP server for code context, memory, search, and AI tools.
MCP server for TaskRabbit - let AI agents book home services and taskers
MCP server for GrubHub - let AI agents order food and manage restaurant delivery autonomously
Answers built from our own checks of this server.