Spotify-MCP-Server

Spotify-MCP-Server

0

The Spotify MCP Server is a Flask application that integrates with the Spotify Web API to allow users to authenticate and control Spotify playback through various API endpoints. It supports actions like adjusting volume and managing playlists, with the added ability to execute custom MCP commands.

/login

Redirect to Spotify for authentication

/callback

Handling Spotify OAuth callbacks

/current-song

Get the currently played song

/play

Start playing

/pause

Pause playback

/next

Jump to the next song

/previous

Return to the previous song

/volume?volume=50

Set the volume (50 can be replaced with other values)

/playlists

Get user playlist

/mcp-command?command=play

Execute MCP commands