Skip to main content
Other Tools and IntegrationsTypeScript

imprvhub/mcp-claude-spotify

An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).

other-tools-and-integrationscloud-servicelocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/imprvhub/mcp-claude-spotify

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Other Tools and Integrations
Language
TypeScript
Author
imprvhub