S

Spotify MCP

Search tracks, control playback, and manage Spotify playlists.

Spotify·No reviews yet
Repo Docs
Share:

About

Query the Spotify Web API to search artists, albums, tracks and podcasts, then control playback on any active device: play/pause, skip, queue, and shuffle. Manage the current user's library and playlists — create, edit, and reorder tracks — and pull rich audio-feature metadata for analysis. OAuth flow required.

Example tools

Illustrative tool names — the actual tool set is defined by the server at runtime.

create_task
Create a new task
list_tasks
List tasks with filters
update_task
Update fields of an existing task

Screenshots

No screenshots yet.

Install Spotify MCP

Claude Desktop

Add this to claude_desktop_config.json.

{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-spotify"
      ]
    }
  }
}

Cursor

Add this to ~/.cursor/mcp.json.

{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-spotify"
      ]
    }
  }
}

VS Code

Add this to your workspace settings.json.

{
  "mcp.servers": {
    "spotify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-spotify"
      ]
    }
  }
}

Reviews

Sign in to leave a review.

No reviews yet. Be the first!

Discussion(0)

Sign in to join the discussion.

No comments yet.