A Model Context Protocol (MCP) server that enables AI applications to search for music tracks and manage playlists using the official Spotify Web API.
Server Config
{
"mcpServers": {
"spotify-playlist-generator": {
"command": "node",
"args": [
"/absolute/path/to/spotify-playlist-generator/build/index.js"
],
"env": {
"SPOTIFY_CLIENT_ID": "your_client_id_here",
"SPOTIFY_CLIENT_SECRET": "your_client_secret_here"
}
}
}
}