MCP Server
MCP
Spotify
MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
Install
uvx spotify-mcp-jamiew
Configuration Example
{
"remotes": [],
"packages": [
{
"registryType": "pypi",
"registryBaseUrl": "https://pypi.org",
"identifier": "spotify-mcp-jamiew",
"version": "0.4.1",
"runtimeHint": "uvx",
"transport": {
"type": "stdio"
},
"environmentVariables": [
{
"description": "Spotify app Client ID from developer.spotify.com",
"isRequired": true,
"isSecret": true,
"name": "SPOTIFY_CLIENT_ID"
},
{
"description": "Spotify app Client Secret from developer.spotify.com",
"isRequired": true,
"isSecret": true,
"name": "SPOTIFY_CLIENT_SECRET"
},
{
"description": "OAuth redirect URI registered in your Spotify app",
"isRequired": true,
"default": "http://127.0.0.1:8888",
"name": "SPOTIFY_REDIRECT_URI"
}
]
}
]
}
mcp
model-context-protocol
pypi
By
Comments
Sign in to leave a comment