naorex/spotify_mcp_server
3.1
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 dayong@mcphub.com.
The Spotify MCP Server is a model context protocol server designed to integrate with Spotify's API, providing a seamless interface for managing and interacting with Spotify's music streaming services.
Spotify_MCP_Server
Gemini-CLI
Add following line in settings.json
"mcpServers": {
"spotify-mcp": {
"command": "uv",
"args": [
"--directory",
"path/to/this/spotify_mcp_server",
"run",
"spotify_mcp.py"
]
}
}