Lineupify runs on your own machine — the client starts it, so there is no endpoint to ping. 156 installs a week from npm. Last commit 15 Sep 2026.
Spotify playlists from a festival lineup, a genre, a song, a playlist or a blend. Own client ID.
We read the source, 21 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
const claude = spawnSync(process.platform === 'win32' ? 'claude.cmd' : 'claude', ['--version'], { stdio: 'ignore', shell: process.platform === 'win32' });
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add lineupify -- npx -y lineupify-mcp
{
"mcpServers": {
"lineupify": {
"args": [
"-y",
"lineupify-mcp"
],
"command": "npx"
}
}
}
[mcp_servers.lineupify]
command = "npx"
args = ["-y", "lineupify-mcp"]
{
"mcpServers": {
"lineupify": {
"args": [
"-y",
"lineupify-mcp"
],
"command": "npx"
}
}
}
{
"mcpServers": {
"lineupify": {
"args": [
"-y",
"lineupify-mcp"
],
"command": "npx"
}
}
}
This one needs environment variables set before it will start:
SPOTIFY_CLIENT_ID (Client ID of your own Spotify app (developer.spotify.com/dashboard, redirect URI http://127.0.0.1:8765/callback). Optional if saved with `lineupify-mcp setup`.), LASTFM_API_KEY (Optional Last.fm API key for tag, similar-artist, similar-song and per-country data.).
The author declared them in the registry entry; get the values from the project itself.
Conversational Spotify control from AI clients: play, queue, devices, playlists, and library.
Spotify: Spotify Data API for Millions of songs & podcasts, artists, albums, playlists and more.
Spotify tools for spotify, music, playlists by UnClick.
Control your internet radio from any AI client: listeners, stream, playlists, AutoDJ, DJs, store.
Schedule, publish, and analyze social posts across 11 platforms from any MCP client.
Find independent music by how it sounds: similar tracks and playlists from a track link.
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
Live-concert discovery: 44,000+ upcoming concerts worldwide by city, artist, genre or festival.
Answers built from our own checks of this server.