Odel
mcp spotify

mcp spotify

Local
@markswendsen-codeTypeScriptUpdated 6mo ago

MCP server for Spotify - let AI agents control playback, search music, and manage playlists

Runs locally over stdio

This server isn't hosted — your MCP client launches it from a package registry. Use one of the commands below, or drop the config into your client (e.g. Claude Desktop).

npm@striderlabs/mcp-spotifyv0.1.0

Run

npx -y @striderlabs/mcp-spotify

MCP client config

{
  "mcpServers": {
    "mcp-spotify": {
      "command": "npx",
      "args": [
        "-y",
        "@striderlabs/mcp-spotify"
      ]
    }
  }
}