mcpbeat Sign in

Spotify MCP Server

by novalux12 Your server? Claim it
local only

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.

Installs per day peak 2 833 · avg 183
a month agotoday
5 518
Installs / week
npm · @novalux12/spotify-mcp
1
Stars
67 open issues
1 Sep 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

What the code does

We read the source, 11 h ago · rules 3dff92dd89df

Capabilities

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.

Runs an external command src/tools/artistwatch.ts:158
      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.

This code can reach further than it looks

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.

Three servers free · no card

Connect this server

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.

run in your terminal
claude mcp add spotify-mcp-server -- npx -y @novalux12/spotify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spotify-mcp-server": {
      "args": [
        "-y",
        "@novalux12/spotify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spotify-mcp-server]
command = "npx"
args = ["-y", "@novalux12/spotify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "spotify-mcp-server": {
      "args": [
        "-y",
        "@novalux12/spotify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spotify-mcp-server": {
      "args": [
        "-y",
        "@novalux12/spotify-mcp"
      ],
      "command": "npx"
    }
  }
}

Alternatives to Spotify MCP

same job, measured the same way
Spotify
by markswendsen-code

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

40 installs/wk local only
Audiobookshelf
by sierikov

Browse libraries, search books, and control playback in your self-hosted Audiobookshelf instance.

local only
Deezer MCP by UnClick
by malamutemayhem

Search Deezer tracks, artists, albums, playlists, charts, and podcasts. No API key. By UnClick.

29 installs/wk local only
MCP Apple Music
by cifero74

Apple Music MCP server — search catalog, manage playlists, and access your library via Claude.

92 installs/wk local only
Applemusic MCP
by epheterson

Apple Music MCP server: playlists, library, catalog, playback and Up Next, on Mac/Windows/Linux.

1 160 installs/wk local only
Google Tasks MCP
by a1-x-tech

MCP server for the Google Tasks API: task lists, subtasks, due dates, complete and move tasks.

local only
Open Library
by 8ensmith

Search books and authors on the Internet Archive's Open Library

326 installs/wk local only
Spotify MCP
by xavierfabregat

Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.

108 installs/wk local only

Spotify MCP — questions

Answers built from our own checks of this server.

Why is there no uptime for Spotify MCP?
Spotify MCP runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the npm package @novalux12/spotify-mcp was installed 5 518 times last week.
How do I connect Spotify MCP?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls @novalux12/spotify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Spotify MCP?
The npm package @novalux12/spotify-mcp was installed 5 518 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is Spotify MCP open source?
Yes — it is published under the MIT licence, written in TypeScript, 1 stars on GitHub and 67 open issues. The source link is on this page, so you can read exactly what it does with your data before you connect it.