spotify-mcp-server
A lightweight MCP server that enables AI assistants to control Spotify playback and manage playlists.
This server implements the Model Context Protocol (MCP) to facilitate interactions between AI assistants and Spotify. It allows users to perform various operations such as searching for tracks, getting information about currently playing music, and managing playlists seamlessly. With this server, AI assistants can enhance user experience by providing intuitive voice commands for music playback and playlist management. The server supports multiple operations including reading information about tracks and albums, creating new playlists, and controlling playback features. It is designed to be lightweight and efficient, making it suitable for integration with various AI platforms. By leveraging this MCP server, users can enjoy a more interactive and personalized music experience.
Compatible with
Install
Claude Desktop
Add to your claude_desktop_config.json:
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-spotify-mcp-server"
]
}
}
}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.
Permissions