Lineupify
Rank #8,141io.github.SHREESHMAN/lineupify
Spotify playlists from a festival lineup, a genre, a song, a playlist or a blend. Own client ID.
Lineupify is a Model Context Protocol (MCP) server published by shreeshman. It ranks #8,141 of 132,046 servers tracked on MCP Toplist, and its repository has 1 GitHub stars. Lineupify is listed on Official MCP, with 4 tracked versions. It was first listed on Sep 4, 2026 and most recently updated on Sep 9, 2026.
Ranks ahead of 123,905 of 132,046 servers on MCP Toplist.
Use Lineupify
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add lineupify -e "SPOTIFY_CLIENT_ID=<your SPOTIFY_CLIENT_ID>" -e "LASTFM_API_KEY=<your LASTFM_API_KEY>" -- npx -y lineupify-mcpReplace each placeholder with your own value before saving.
[mcp_servers.lineupify]
command = "npx"
args = ["-y", "lineupify-mcp"]
[mcp_servers.lineupify.env]
SPOTIFY_CLIENT_ID = "<your SPOTIFY_CLIENT_ID>"
LASTFM_API_KEY = "<your LASTFM_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineupify": {
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<your LASTFM_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineupify": {
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<your LASTFM_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"lineupify": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<your LASTFM_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineupify": {
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<your LASTFM_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"lineupify": {
"command": "npx",
"args": [
"-y",
"lineupify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<your SPOTIFY_CLIENT_ID>",
"LASTFM_API_KEY": "<your LASTFM_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.SHREESHMAN%2Flineupify)<a href="https://mcptoplist.com/server/io.github.SHREESHMAN%2Flineupify"><img src="https://mcptoplist.com/badge/io.github.SHREESHMAN%2Flineupify.svg" alt="MCP Toplist: Top 10% of 132,046" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 1 registry
shreeshman
Available versions (4)
| Version | Published |
|---|---|
| 0.6.0 | Sep 9, 2026 |
| 0.5.1 | Sep 8, 2026 |
| 0.4.2 | Sep 7, 2026 |
| 0.4.1 | Sep 4, 2026 |
Frequently asked questions
- Who maintains Lineupify?
- Lineupify is maintained by shreeshman, which publishes 1 MCP server (4 total versions) tracked on MCP Toplist.
- Is Lineupify listed on the Official MCP Registry?
- Yes — Lineupify is listed on the Official MCP Registry.
- How many versions does Lineupify have?
- MCP Toplist tracks 4 versions of Lineupify, most recently published on Sep 9, 2026.
- Where can I find the source code for Lineupify?
- The source code for Lineupify is hosted at github.com/shreeshman/lineupify.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.