Back to directory
joeychilson/music-mcp

joeychilson/music-mcp

@joeychilson

A Model Context Protocol (MCP) server to let Claude help you manage your music.

musicspotifymcpmusic-managementclaudepythonentertainment

Installation & Configuration

{
  "mcpServers": {
    "music-mcp": {
      "command": "uv",
      "args": [
        "run",
        "--with",
        "mcp",
        "--with",
        "spotipy",
        "/path/to/music-mcp/server.py"
      ],
      "env": {
        "SPOTIFY_CLIENT_ID": "your_spotify_client_id",
        "SPOTIFY_CLIENT_SECRET": "your_spotify_client_secret",
        "SPOTIFY_REDIRECT_URI": "your_spotify_redirect_uri"
      }
    }
  }
}

Information

Transport
stdio
Language
Python
Created
2026/6/17
Updated
2026/6/17