spotify-mcp-server

media MCP Server

Lightweight MCP server for Spotify

Install Ready
mediamedia
6 views368 stars124 forksv1.0.0

Why This Matters

Discovered via unknown and last synced 3mo ago.

Install Ready
Source
unknown
Stars
368
Last synced
3mo ago
Install
Instructions detected

Install

1. Install the package

npx spotify-mcp-server

2. Add to claude_desktop_config.json

{
  "mcpServers": {
    "spotify-mcp-server": {
      "command": "npx",
      "args": [
        "spotify-mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json (macOS) / %APPDATA%\Claude\claude_desktop_config.json (Windows)

7
Tools
0
Resources
0
Prompts
Standard I/O
Transport

Available Tools (7)

Description

Remove one or more tracks from the user's "Liked Songs" library (max 40 per request)

type

(string): Type of item to search for (track, album, artist, playlist)

Example

`removeUsersSavedTracks({ trackIds: ["4iV5W9uYEdYUVa79Axb7Rh", "1301WleyT98MSxVHPZCA6M"] })`

offset

(number, optional): Offset for pagination (0-based index, default: 0)

Parameters

`trackIds` (array): Array of Spotify track IDs to remove (max 40)

Returns

Success confirmation message

limit

(number, optional): Maximum number of tracks to return (default: 100)