Spotify for Grok
io.github.jamiew/spotify-mcp
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
client:Grok
transport:stdio
runtime:pypi
Install Spotify in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"spotify-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "<SPOTIFY_CLIENT_ID>",
"SPOTIFY_CLIENT_SECRET": "<SPOTIFY_CLIENT_SECRET>",
"SPOTIFY_REDIRECT_URI": "<SPOTIFY_REDIRECT_URI>"
}
}
}
}
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