Skip to content
VS Code

spotify mcp for VS Code

io.github.mrfentmen/spotify-mcp

MCP server for Spotify: search albums, artists, tracks. Needs free API credentials.

client:VS Code transport:stdio runtime:npm

Install spotify mcp in VS Code

.vscode/mcp.json

{
  "servers": {
    "spotify-mcp": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@mrfentmen/spotify-mcp"
      ]
    }
  }
}

Requires agent mode. MCP: Open User Configuration puts the same block in every workspace. VS Code docs

spotify mcp in other clients