Spotify MCP
The Spotify MCP server enables AI models to control your music playback and manage your Spotify library. It allows models to search for tracks, manage playlists, and control playback on your devices. This integration is perfect for building AI-powered music assistants and automating your listening experience.
How to Install
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2. Click 'Visit Source' below to get the code or package
3. Follow the README instructions in the project
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"spotify": {
"command": "npx",
"args": [
"-y",
"@mcp-get/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "YOUR_CLIENT_ID",
"SPOTIFY_CLIENT_SECRET": "YOUR_CLIENT_SECRET"
}
}
}
}Key Features
Control music playback (play, pause, skip)
Search for songs, albums, and artists
Manage and curate Spotify playlists
Retrieve currently playing track information
Server Details
The Spotify MCP server enables AI models to control your music playback and manage your Spotify library. It allows models to search for tracks, manage playlists, and control playback on your devices. This integration is perfect for building AI-powered music assistants and automating your listening experience.
Pricing
freeTags
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository