Spotify MCP for Grok
io.github.novalux12/spotify-mcp-server
The most complete Spotify MCP: playback, library, playlists, search, podcasts and audiobooks.
client:Grok
transport:stdio
runtime:npm
Install Spotify MCP in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spotify-mcp-server": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@novalux12/spotify-mcp"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>"
}
}
}
}
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