Back to MCP Servers
Claude Spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
other-tools-and-integrations
By imprvhub
Installation
npx -y mcp-claude-spotifyConfiguration
{
"mcpServers": {
"mcp-claude-spotify": {
"command": "npx",
"args": ["-y", "mcp-claude-spotify"]
}
}
}How to use
- Run the installation command above (if needed)
- Open your Claude Code settings file (~/.claude/settings.json)
- Add the configuration to the mcpServers section
- Restart Claude Code to apply changes