mcpbeat Sign in

Spotify MCP Server

by xavierfabregat Your server? Claim it
local only

Spotify MCP runs on your own machine — the client starts it, so there is no endpoint to ping. 83 installs a week from npm. Last commit 13 Jul 2026.

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

Installs per day peak 54 · avg 16 · -27% w/w
a month agotoday
83
Installs / week
npm · @xavifabregat/spotify-mcp
0
Stars
0 open issues
13 Jul 2026
Last commit
0 releases in 90 days
MIT
License
TypeScript

Nothing serious here today

Today is the operative word: we check Spotify MCP every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

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 -- npx -y @xavifabregat/spotify-mcp
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "spotify-mcp": {
      "args": [
        "-y",
        "@xavifabregat/spotify-mcp"
      ],
      "command": "npx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.spotify-mcp]
command = "npx"
args = ["-y", "@xavifabregat/spotify-mcp"]
.cursor/mcp.json
{
  "mcpServers": {
    "spotify-mcp": {
      "args": [
        "-y",
        "@xavifabregat/spotify-mcp"
      ],
      "command": "npx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "spotify-mcp": {
      "args": [
        "-y",
        "@xavifabregat/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

30 installs/wk local only
Lineupify
by shreeshman

Spotify playlists from a festival lineup, a genre, a song, a playlist or a blend. Own client ID.

156 installs/wk local only
CastHost — AI Agent Control for Radio
by casthost

Control your internet radio from any AI client: listeners, stream, playlists, AutoDJ, DJs, store.

answering
I
Airbrake MCP Server
by dach3r

Query Airbrake errors, notices, deploys, and project stats from MCP clients

214 installs/wk local only
Spotify MCP
by novalux12

The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.

224 installs/wk local only
Vantage — Signal Tracker
by cavendo-ai

Save and query market signals from your AI conversations.

41 installs/wk answering
@imqueue
by imqueue

Search @imqueue docs and scaffold typed services & clients from your AI coding agent.

199 installs/wk 7 tools answering
Worldku Memory
by worldku

Save AI conversations into your Worldku memory and recall them from any MCP client.

answering

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 @xavifabregat/spotify-mcp was installed 83 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 @xavifabregat/spotify-mcp straight from npm; nothing to host, nothing to sign up for.
How many people use Spotify MCP?
The npm package @xavifabregat/spotify-mcp was installed 83 times in the last week. Week over week that is -27%. 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 and 0 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.