Skip to main content
Other Tools and IntegrationsTypeScript

marcelmarais/Spotify

πŸ“‡ 🏠 Control Spotify playback and manage playlists.

other-tools-and-integrationslocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/marcelmarais/spotify-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "spotify-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "marcelmarais/Spotify"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
marcelmarais