Enables control of Spotify music playback through a Python server leveraging Spotify OAuth and the MCP protocol.
Sponsored
The Spotify server acts as a powerful intermediary, allowing users to control their Spotify music experience remotely. Built with Python and utilizing Spotify's OAuth for secure authentication, it exposes various music control functionalities via the MCP protocol. This server integrates seamlessly with MCP clients like Claude Desktop, providing a programmatic interface to manage playback, volume, device selection, and even initiate song or artist playback.
主要功能
01Spotify OAuth authentication and token management
021 GitHub stars
03Play, pause, next, and previous track control
04Current playback status retrieval
05Volume adjustment and seek functionality
06Device management and selection
使用案例
01Automating Spotify playback and device management via a programmatic interface
02Integrating Spotify music control into desktop applications like Claude Desktop
03Building custom interfaces or scripts for Spotify interaction