marcelmarais/Spotify
🔌 MCP Servermarcelmarais
Control your Spotify playback and manage your music library directly via the Model Context Protocol.
The marcelmarais/Spotify MCP server acts as a bridge between AI agents and the Spotify Web API. It implements the Model Context Protocol (MCP) to expose specific music control functions to LLMs. Key features include the ability to play, pause, skip tracks, and adjust volume, as well as more complex operations like searching for artists, albums, or tracks and managing user playlists. The server is designed for developers looking to integrate music control into their AI-driven applications or local automation setups. By abstracting the Spotify API complexity into MCP-compliant tools, it allows AI models to execute music-related tasks with high precision. It is built to be lightweight and easily deployable within any MCP-compatible environment, facilitating seamless interaction between the user's music library and their AI assistant.
💡Highlights
- ├─Full Spotify playback control
- ├─Playlist management via LLM
- └─Built on Model Context Protocol
🎯For
- ├─AI developers
- └─Home automation enthusiasts