Server Directory
Social MediaIntermediate

Spotify

by Spotify Community

Spotify API integration allowing LLMs to play music, search tracks, manage playlists, and access user listening data with OAuth authentication.

CAPABILITIES

  • Music playback control
  • Track and album search
  • Playlist management
  • User listening history
  • Recommendations engine
  • OAuth authentication

INSTALLATION

Terminal
npx -y @spotify/mcp-server

CLAUDE DESKTOP CONFIG

claude_desktop_config.json
{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "npx", "-y",
        ""@spotify/mcp-server"
      ]
    }
  }
}

Config file location: ~/Library/Application Support/Claude/claude_desktop_config.json

QUICK FACTS

Category
Social Media
Difficulty
Intermediate
Maintained By
Spotify Community
NPM Package
@spotify/mcp-server

RELATED SERVERS

NEW TO MCP?

Learn how to set up MCP servers with Claude Desktop step by step.

Read the tutorial →