Spotify runs on your own machine — the client starts it, so there is no endpoint to ping. 112 installs a week from pypi. Last commit 18 Sep 2026.
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
We read the source, 3 h ago · rules 3dff92dd89df
What this server is able to do. For an MCP server this is often the job itself — a terminal server runs commands because that is what it is for. Listed so you know what you are plugging in, not as an accusation.
src="data:image/svg+xml;base64,PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAyNCAyNCI+PGNpcmNsZSBjeD0iMTIiIGN5PSIxMiIgcj0iMTIiIGZpbGw9IiMxREI5NTQiLz48cGF0aCBmaWxsPSIjZmZmIiBkPSJNMTcgMTYuNmEuNy43IDAgMCAxLTEgLjI1Yy0yLjctMS42NS02LjEtMi0xMC4xLTEuMWEuNzUuN…
Is this your server and something here is wrong? Tell us — corrections are free and do not require a plan.
We found places where it runs commands, builds paths or queries from values it is given. None of that is a flaw by itself — it becomes one when the code changes, and code changes quietly between releases. We re-read it on every one.
This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.
claude mcp add spotify-mcp -- uvx spotify-mcp-jamiew
{
"mcpServers": {
"spotify-mcp": {
"args": [
"spotify-mcp-jamiew"
],
"command": "uvx"
}
}
}
[mcp_servers.spotify-mcp]
command = "uvx"
args = ["spotify-mcp-jamiew"]
{
"mcpServers": {
"spotify-mcp": {
"args": [
"spotify-mcp-jamiew"
],
"command": "uvx"
}
}
}
{
"mcpServers": {
"spotify-mcp": {
"args": [
"spotify-mcp-jamiew"
],
"command": "uvx"
}
}
}
This one needs environment variables set before it will start:
SPOTIFY_CLIENT_ID (Spotify app Client ID from developer.spotify.com), SPOTIFY_CLIENT_SECRET (Spotify app Client Secret from developer.spotify.com), SPOTIFY_REDIRECT_URI (OAuth redirect URI registered in your Spotify app).
The author declared them in the registry entry; get the values from the project itself.
PostgreSQL MCP server with 203 tools, connection pooling, HTTP/SSE, OAuth 2.1, and tool filtering
MCP server for Spotify - let AI agents control playback, search music, and manage playlists
An LLM-based code review MCP server with AST-powered smart context extraction
ZulipChat MCP: Connect AI to Zulip with 60+ tools for messaging, streams, events, and analytics
SQLite MCP server with OAuth 2.1, HTTP/SSE, 122 tools, and smart tool filtering
Ready-to-clone Rust MCP server with chat, token-counting, and model tools for Claude
MCP server for interacting with Bazos.cz and Bazos.sk
Spotify tools for spotify, music, playlists by UnClick.
Answers built from our own checks of this server.