Spotify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 5 518 installs a week from npm. Last commit 1 Sep 2026.
The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.
We read the source, 11 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.
const uriMatch = /^spotify:artist:(.+)$/.exec(args.query.trim());
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-mcp-server -- npx -y @novalux12/spotify-mcp
{
"mcpServers": {
"spotify-mcp-server": {
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.spotify-mcp-server]
command = "npx"
args = ["-y", "@novalux12/spotify-mcp"]
{
"mcpServers": {
"spotify-mcp-server": {
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"spotify-mcp-server": {
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"command": "npx"
}
}
}
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
Browse libraries, search books, and control playback in your self-hosted Audiobookshelf instance.
Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.
Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.
Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.
MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.
Search books and authors on the Internet Archive's Open Library
Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.
Answers built from our own checks of this server.