MCP server that lets Claude create Spotify playlists through natural language. Turn Claude into your personal DJ.
Quick Install
Copy the config for your editor. Some servers may need additional setup — check the README.
Add to claude_desktop_config.json:
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"WisetechySolutions/spotify-mcp-server"
]
}
}
}
Run in terminal:
claude mcp add spotify-mcp-server npx -y WisetechySolutions/spotify-mcp-server
Add to .cursor/mcp.json:
{
"mcpServers": {
"spotify-mcp-server": {
"command": "npx",
"args": [
"-y",
"WisetechySolutions/spotify-mcp-server"
]
}
}
}