Quickstart
Get an AI client talking to Slipstream in about a minute. No tokens to copy, no API keys to manage. The OAuth flow handles auth on first use.
Server URL
https://mcp.slipstreammusic.com/mcp1. Connect your client
In claude.ai, go to Settings → Connectors → Add custom connector.
Paste the server URL:
https://mcp.slipstreammusic.com/mcpClaude opens a browser tab. Sign in to Slipstream, click Allow, and the connector appears with all 17 tools listed.
2. Try it
Ask the assistant:
Find three reflective jazz tracks under 120 BPM and add them to a new playlist called "Late Night".
It will call search_tracks, create_playlist, and add_tracks_to_playlist in sequence. The track player renders inline so you can preview each track before approving.
A few more prompts to try:
- "What's similar to this Spotify track? https://open.spotify.com/track/ (opens in a new tab)..."
- "Show me my liked tracks."
- "Browse upbeat pop, then narrow to the ones under 90 seconds."
3. Disconnect or revoke
Each client appears in the Slipstream admin as its own row (one per client per user). To revoke access, sign in to Slipstream and remove the client. The token is invalidated on the next call.
Next
- Available tools for the full list of what the assistant can do.
- API Reference if you'd rather call the same operations from your own code.