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)
{
"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