
Spotify MCP App
Supports UIby CopilotKit
Interactive Spotify player for AI hosts, enabling playback control, search, and playlist management via a rich UI.
What it does
This is a remote MCP App that renders a fully interactive Spotify player directly inside the AI chat interface. Instead of just text commands, it provides a visual dashboard for music control.
Key features
- Visual Player: Real-time album art, track info, and a functional progress bar.
- Interactive Controls: Play, pause, skip, seek, and volume adjustments via UI buttons.
- Smart Search: Visual search results for tracks, artists, and albums with one-click play/queue.
- Playlist Management: Create and manage playlists directly through the interface.
- Queue Visibility: See exactly what is playing next in a dedicated view.
Installation
Since this is an HTTP-based app, deploy it to a host (e.g., Railway, Fly.io) and add the URL to your config:
Claude Desktop: Add to claude_desktop_config.json:
{
"mcpServers": {
"spotify": {
"url": "https://your-server.com/mcp"
}
}
}
Claude Code:
claude mcp add spotify --transport http https://your-server.com/mcp
Supported hosts
- Claude
- ChatGPT
- Goose
Quick install
claude mcp add spotify --transport http https://your-server.com/mcpInformation
- Pricing
- free
- Published
- 4/21/2026





