spotify-mcp-server
0
The spotify-mcp-server provides a server interface for Spotify using the MCP protocol and leverages the 'uv' library for operation. It is designed to facilitate the integration of Spotify's functionalities into other applications.
spotify-mcp-server
Prerequisites:
uv
- A Spotify application, with the callback url set to
http://127.0.0.1:8000/callback
./generate-client.sh
SPOTIFY_CLIENT_ID=<client_id> SPOTIFY_CLIENT_SECRET=<client_secret> uv run spotify-mcp-server
Claude Desktop config
{
"Spotify": {
"command": "uvx",
"args": ["mcp-proxy", "http://127.0.0.1:8000/sse"]
}
}