marcelmarais/Spotify
π π Control Spotify playback and manage playlists.
Quick Start
Clone the repository:
git clone https://github.com/marcelmarais/spotify-mcp-serverClaude Desktop configuration example:
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"marcelmarais/Spotify"
]
}
}
}Check the repository README for specific installation and configuration instructions.