SZ84.NET
Back to List
OfficialMediaMusic

Spotify MCP

The Spotify MCP server enables AI models to control your music playback and manage your Spotify library. It allows models to search for tracks, manage playlists, and control playback on your devices. This integration is perfect for building AI-powered music assistants and automating your listening experience.

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "-y",
        "@mcp-get/spotify-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
        "SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
      }
    }
  }
}

Key Features

Control music playback (play, pause, skip)

Search for songs, albums, and artists

Manage and curate Spotify playlists

Retrieve currently playing track information

Server Details

The Spotify MCP server enables AI models to control your music playback and manage your Spotify library. It allows models to search for tracks, manage playlists, and control playback on your devices. This integration is perfect for building AI-powered music assistants and automating your listening experience.

Pricing

free

Tags

OfficialMediaMusic

Visit Source / Official Link

Go to the official GitHub repository to view source code, documentation, and installation instructions.

GitHub Repository