Back to directory
imprvhub/mcp-claude-spotify

imprvhub/mcp-claude-spotify

@imprvhub

An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).

spotifymusicstreamingplaybackplaylistsclaudedesktopmcpentertainment

Installation & Configuration

{
  "mcpServers": {
    "spotify": {
      "command": "node",
      "args": [
        "ABSOLUTE_PATH_TO_DIRECTORY/mcp-claude-spotify/build/index.js"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "your_client_id_here",
        "SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
      }
    }
  }
}

Information

Transport
stdio
Language
TypeScript
Created
2026/6/12
Updated
2026/6/12