lineupify for Cursor
io.github.shreeshman/lineupify
Spotify playlists from a festival lineup, a genre, a song, a playlist or a blend. Own client ID.
client:Cursor
transport:stdio
runtime:npm
Install lineupify in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"lineupify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<LASTFM_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs