Connects Claude to Spotify's Web API using client_credentials OAuth, exposing four core lookup tools: get_track, get_artist, get_album, and get_artist_top_tracks. You get back structured metadata like popularity scores, genres, follower counts, preview URLs, and album tracklists. Useful when you need to fetch Spotify catalog data on demand, check artist stats, or grab track details by ID. Part of the Pipeworx gateway ecosystem, so you can either connect to just Spotify or hook into their full 250+ data source gateway. Supports both direct tool calls and natural language queries through ask_pipeworx. Ships as a streamable HTTP transport, so setup is just dropping a URL into your MCP client config.
claude mcp add --transport http io.github.pipeworx-io-spotify https://gateway.pipeworx.io/spotify/mcp