Loading MCP server directory, please wait...
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
npx @getmcp/cli add io.github.jamiew/spotify-mcpRequires Python 3.10+. Community-contributed server. Review source before installing.
SPOTIFY_CLIENT_IDSpotify app Client ID from developer.spotify.com
SPOTIFY_CLIENT_SECRETSpotify app Client Secret from developer.spotify.com
SPOTIFY_REDIRECT_URIOAuth redirect URI registered in your Spotify app
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"io.github.jamiew/spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
],
"env": {
"SPOTIFY_CLIENT_ID": "",
"SPOTIFY_CLIENT_SECRET": "",
"SPOTIFY_REDIRECT_URI": "http://127.0.0.1:8888"
}
}
}
}