SpotifyMcp

cybk/SpotifyMcp
★ 0 stars Python Code/Dev Tools Updated 4d ago
Quick practice to elaborate a mcp test server for spotify
View on GitHub → 🔍 Audit Wallet Slippage →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "spotifymcp": {
      "command": "uvx",
      "args": [
        "spotifymcp"
      ]
    }
  }
}

Or install with pip: pip install spotifymcp

README Excerpt

Servidor MCP en Python que permite controlar Spotify desde Claude (u otro cliente MCP): reproducir, pausar, saltar canciones, cambiar volumen y buscar canciones/artistas. > ⚠️ El control de reproducción (play, pause, next, previous, volumen) > requiere **Spotify Premium**. La búsqueda funciona con cualquier cuenta.