The MCP Server for Spotify integrates with the Spotify API, allowing users to manage and create playlists through the Claude interface. It enables features such as searching for music, modifying playlists, and receiving tailored recommendations.
The MCP Server for Spotify integrates with the Spotify API, allowing users to manage and create playlists through the Claude interface. It enables features such as searching for music, modifying playlists, and receiving tailored recommendations.
cd auth-app && npm install && npm start, then npm install && npm run build && node dist/index.jsAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"mcp-server-for-spotify": {
"command": "npx",
"args": [
"-y",
"cd auth-app && npm install && npm start, then npm install && npm run build && node dist/index.js"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from MCP Server for Spotify?"
No configuration required. This server works out of the box.
"What resources are available in MCP Server for Spotify?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in MCP Server for Spotify"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in MCP Server for Spotify with [details]"
Claude will use the appropriate tool to create the resource and confirm success.
We build custom MCP integrations for B2B companies. From simple connections to complex multi-tool setups.