Spotify MCP

Productivitystdio
Repository

A lightweight Model Context Protocol server for Spotify that lets AI assistants control playback and manage playlists through the Spotify Web API. Agents can search tracks, albums, and artists, start or pause playback, queue tracks, and create or update playlists on behalf of the authenticated user.

Bağlan

Bu yapılandırmayı şuraya ekleyin: .claude/mcp.json

{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [],
      "env": {
        "SPOTIFY_CLIENT_ID": "<YOUR_SPOTIFY_CLIENT_ID>",
        "SPOTIFY_CLIENT_SECRET": "<YOUR_SPOTIFY_CLIENT_SECRET>"
      }
    }
  }
}

Araçlar (2)

search

Search Spotify for tracks, albums, artists, or playlists.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "type": {
      "type": "string",
      "description": "Item type to search (track, album, artist, playlist)"
    },
    "query": {
      "type": "string",
      "description": "Search text"
    }
  }
}

control_playback

Control playback (play, pause, next, previous) on the active device.

{
  "type": "object",
  "required": [
    "action"
  ],
  "properties": {
    "action": {
      "type": "string",
      "description": "Playback action (play, pause, next, previous)"
    }
  }
}

Kaynaklar

Bu sunucu herhangi bir kaynak sunmuyor.

Prompt'lar

Bu sunucu herhangi bir prompt sunmuyor.

Sunucu bilgileri

Yazar
Marcel Marais (@marcelmarais)
Repository
https://github.com/marcelmarais/spotify-mcp-server
Lisans
MIT
Yıldızlar
0
Son güncelleme
25 Temmuz 2026