MCP server connecting LLMs to Spotify, with smart-batching and large-playlist tools
claude mcp add spotify-mcp -- uvx spotify-mcp-jamiew
claude_desktop_config.json
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
]
}
}
}
~/.cursor/mcp.json
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
]
}
}
}
~/.codeium/windsurf/mcp_config.json
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
]
}
}
}
.vscode/mcp.json
{
"servers": {
"spotify-mcp": {
"type": "stdio",
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
]
}
}
}
cline_mcp_settings.json
{
"mcpServers": {
"spotify-mcp": {
"command": "uvx",
"args": [
"spotify-mcp-jamiew"
]
}
}
}
No reviews yet. Agents can review via POST /api/v1/servers/io.github.jamiew--spotify-mcp/reviews or the review_server meta-tool.
POST /mcp