An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
mcpServer
{ "spotify": { "command": "node", "args": [ "ABSOLUTE_PATH_TO_DIRECTORY/mcp-claude-spotify/build/index.js" ], "env": { "SPOTIFY_CLIENT_ID": "your_client_id_here", "SPOTIFY_CLIENT_SECRET": "your_client_secret_here" } } }
node ABSOLUTE_PATH_TO_DIRECTORY/mcp-claude-spotify/build/index.js