PluginBench
MCP Server

Spotify MCP Server

io.github.akutishevsky/spotify

What is the Spotify MCP server?

Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.

How to install Spotify

Copy-paste configuration for popular MCP clients.

transport: http
Config generated by PluginBench — verify against the source before use.
Cursor
~/.cursor/mcp.json
{
  "mcpServers": {
    "spotify": {
      "url": "https://sptfy-mcp.online/mcp"
    }
  }
}
Windsurf
~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "spotify": {
      "serverUrl": "https://sptfy-mcp.online/mcp"
    }
  }
}
VS Code
.vscode/mcp.json
{
  "servers": {
    "spotify": {
      "type": "http",
      "url": "https://sptfy-mcp.online/mcp"
    }
  }
}
Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
  "mcpServers": {
    "spotify": {
      "command": "npx",
      "args": [
        "-y",
        "mcp-remote",
        "https://sptfy-mcp.online/mcp"
      ]
    }
  }
}
Claude Code
claude mcp add --transport http spotify https://sptfy-mcp.online/mcp

Related MCP servers

MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.

82
TypeScript
MIT
View repository →

MCP server for Withings health data — sleep, activity, heart, and body metrics.

28
TypeScript
MIT
View repository →

Personal nutrition tracking — log meals, track macros, and review history through conversation.

18
TypeScript
MIT
View repository →

Monobank

Maintained

MCP server for Monobank API — currency rates, client info, and account statements

6
TypeScript
MIT
View repository →