imprvhub/mcp-claude-spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
Quick Start
Clone the repository:
git clone https://github.com/imprvhub/mcp-claude-spotifyClaude 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.