spotify-mcp-server

spotify-mcp-server

71

Spotify MCP Server is designed to interface with AI systems to control music playback on Spotify. It provides tools for search, play, and manage Spotify playlists through an MCP framework, offering seamless integration with platforms like Claude and Cursor.

What is the Spotify MCP Server?

The Spotify MCP Server is a protocol server that allows AI assistants to control Spotify playback and manage playlists through a set of defined operations.

What are the prerequisites for setting up the Spotify MCP Server?

You need Node.js v16+, a Spotify Premium account, and a registered Spotify Developer application.

How do I authenticate my application with Spotify?

The server uses OAuth 2.0 for authentication. You need to run an authentication script, authorize your application through a generated URL, and exchange the code for access and refresh tokens.

Can I integrate the server with multiple platforms?

Yes, the server can be integrated with platforms like Claude Desktop, Cursor, and VSCode using specific configuration scripts.

What operations can the server perform?

The server can perform operations such as playing music, pausing playback, skipping tracks, creating playlists, and managing playback queues.