MCP Claude Spotify
@imprvhub
About MCP Claude Spotify
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP).
Basic information
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"mcp-claude-spotify": {
"command": "npx",
"args": [
"-y",
"@smithery/cli",
"install",
"@imprvhub/mcp-claude-spotify",
"--client",
"claude"
]
}
}
}Tools
No tools detected
We auto-extract tools from the README. The maintainer can list them under a ## Tools heading to populate this section.
Overview
What is MCP Claude Spotify?
An integration that allows Claude Desktop to interact with Spotify using the Model Context Protocol (MCP). It enables searching, playback control, playlist management, and discovery features directly through natural language conversations with Claude.
How to use MCP Claude Spotify?
Install via Smithery (npx -y @smithery/cli install @imprvhub/mcp-claude-spotify --client claude) or manually by cloning the repository and running node build/index.js. Obtain Spotify API credentials from the Spotify Developer Dashboard, then configure Claude Desktop by editing claude_desktop_config.json with the absolute path to the server and environment variables for SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET. After configuration, restart Claude Desktop and use the auth-spotify command to authenticate; then restart Claude Desktop again to finalize tool registration.
Key features of MCP Claude Spotify
- Spotify authentication via OAuth
- Search for tracks, albums, artists, and playlists
- Playback control: play, pause, next, previous
- Full playlist management (create, update, delete, reorder, cover images)
- Get personalized recommendations from seed tracks, artists, or genres
- Access user’s top played tracks over different time periods
- View recently played tracks
Use cases of MCP Claude Spotify
- Find and play a specific track or album using voice or text commands
- Create and organize playlists, including reordering and updating cover images
- Discover new music based on your listening history or favorite artists
- Control playback on an active Spotify device without leaving Claude
- View your top tracks from the past month, year, or all time
FAQ from MCP Claude Spotify
What are the requirements to use MCP Claude Spotify?
Node.js 16 or higher, a Spotify account, Claude Desktop, and Spotify API credentials (Client ID and Client Secret).
How do I get Spotify API credentials?
Go to the Spotify Developer Dashboard, log in, create a new app, and note the Client ID and Client Secret. Set the Redirect URI to http://127.0.0.1:8888/callback.
How do I configure Claude Desktop for MCP Claude Spotify?
Edit the claude_desktop_config.json file (located at ~/Library/Application Support/Claude/ on macOS or %APPDATA%\Claude\ on Windows) to add a spotify entry under mcpServers with command: "node", args pointing to the absolute path of the server, and env containing SPOTIFY_CLIENT_ID and SPOTIFY_CLIENT_SECRET.
How do I authenticate with Spotify after installation?
In Claude, use the auth-spotify command. A browser window will open to authorize the application. After successful authentication, restart Claude Desktop to properly initialize the MCP’s tool registry and WebSocket session token cache.
Can I auto-start the MCP server with my operating system?
Yes. The README provides auto-start instructions for Windows (batch file in Startup folder), macOS (LaunchAgent plist), and Linux (systemd user service) to run the server automatically.
More AI & Agents MCP servers
Solon Ai
opensolonJava AI application development framework (supports LLM-tool,skill; RAG; MCP; Agent-ReAct,Team-Agent). Compatible with java8 ~ java25. It can also be embedded in SpringBoot, jFinal, Vert.x, Quarkus, and other frameworks.
MCP-NixOS - Because Your AI Assistant Shouldn't Hallucinate About Packages
utensilsMCP-NixOS - Model Context Protocol Server for NixOS resources
Model Context Protocol for Unreal Engine
chongdashuEnable AI assistant clients like Cursor, Windsurf and Claude Desktop to control Unreal Engine through natural language using the Model Context Protocol (MCP).
Hass-MCP
voskaControl and query Home Assistant from Claude and other LLMs — a Model Context Protocol (MCP) server.
Intervals.icu MCP Server
mvilanovaModel Context Protocol (MCP) server for connecting Claude and ChatGPT with the Intervals.icu API.
Comments