What is the Spotify MCP server?
Full Spotify Web API coverage - albums, artists, playlists, player controls, and more.
How to install Spotify
Copy-paste configuration for popular MCP clients.
transport: http
Config generated by PluginBench — verify against the source before use.Cursor
~/.cursor/mcp.json
{
"mcpServers": {
"spotify": {
"url": "https://sptfy-mcp.online/mcp"
}
}
}Windsurf
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spotify": {
"serverUrl": "https://sptfy-mcp.online/mcp"
}
}
}VS Code
.vscode/mcp.json
{
"servers": {
"spotify": {
"type": "http",
"url": "https://sptfy-mcp.online/mcp"
}
}
}Claude Desktop
Claude Desktop connects to remote servers via the mcp-remote bridge.
{
"mcpServers": {
"spotify": {
"command": "npx",
"args": [
"-y",
"mcp-remote",
"https://sptfy-mcp.online/mcp"
]
}
}
}Claude Code
claude mcp add --transport http spotify https://sptfy-mcp.online/mcpRelated MCP servers
Lunch Money
Active
MCP server for managing LunchMoney personal finances: transactions, budgets, categories, and more.
82
View repository →TypeScript
MIT
Withings Health Data
Maintained
MCP server for Withings health data — sleep, activity, heart, and body metrics.
28
View repository →TypeScript
MIT
Nutrition MCP
Active
Personal nutrition tracking — log meals, track macros, and review history through conversation.
18
View repository →TypeScript
MIT
Monobank
Maintained
MCP server for Monobank API — currency rates, client info, and account statements
6
View repository →TypeScript
MIT