spotify-mcp-server
If you are the rightful owner of spotify-mcp-server and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
The spotify-mcp-server is a Model Context Protocol server designed to interface with Spotify's API, allowing for seamless integration and control of Spotify services through MCP technology.
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"]
}
}