This MCP server provides a TypeScript-based interface to the Spotify API, enabling AI agents to search for tracks, albums, and playlists, check streamability, and retrieve metadata. It connects directly to Spotify's Web API, offering endpoints for querying audio features, recommendations, and user libraries. Developers use it to build applications that require Spotify integration, such as music discovery tools or playlist managers.
This MCP server provides a TypeScript-based interface to the Spotify API, enabling AI agents to search for tracks, albums, and playlists, check streamability, and retrieve metadata. It connects directly to Spotify's Web API, offering endpoints for querying audio features, recommendations, and user libraries. Developers use it to build applications that require Spotify integration, such as music discovery tools or playlist managers.
npx -y mcp-spotifyAdd this configuration to your claude_desktop_config.json:
{
"mcpServers": {
"iceener-spotify-streamable-mcp-server-github": {
"command": "npx",
"args": [
"-y",
"npx -y mcp-spotify"
]
}
}
}Restart Claude Desktop, then ask:
"What tools do you have available from spotify streamable?"
API Key Required
This server requires an API key from spotify streamable. Add it to your environment or config.
| Variable | Required | Description |
|---|---|---|
| SPOTIFY_STREAMABLE_API_KEY | Yes | Your spotify streamable API key |
"What resources are available in spotify streamable?"
Claude will query available resources and return a list of what you can access.
"Show me details about [specific item] in spotify streamable"
Claude will fetch and display detailed information about the requested item.
"Create a new [item] in spotify streamable 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.