DevelopmentPython
spotify-mcp
Connects with Spotify for playback control and track/album/artist/playlist management.
N/A rating (0 reviews)0 installs593 GitHub stars
Connects with Spotify for playback control and track/album/artist/playlist management.
Compatible with
Claude DesktopCursor
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spotify-mcp": {
"args": [
"mcp-server-spotify-mcp"
],
"command": "uvx"
}
}
}Config File Location
Mac: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows: %APPDATA%\Claude\claude_desktop_config.json
Linux: ~/.config/claude/claude_desktop_config.json
Some servers require additional setup - check the GitHub README for specific instructions.