Skip to content
Grok

lineupify for Grok

io.github.shreeshman/lineupify

Spotify playlists from a festival lineup, a genre, a song, a playlist or a blend. Own client ID.

client:Grok transport:stdio runtime:npm

Install lineupify in Grok

.mcp.json (in your project root)

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "lineupify": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "lineupify-mcp"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
        "LASTFM_API_KEY": "<LASTFM_API_KEY>"
      }
    }
  }
}

Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs

lineupify in other clients