MCPQuickstart

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/mcp

1. Connect your client

The flow is identical on claude.ai and Claude Desktop.

Pro & Max plans

  1. Open Settings → Connectors (also shown as Customize → Connectors).
  2. Click Add custom connector (under the + button).
  3. Paste the server URL:
    https://mcp.slipstreammusic.com/mcp
  4. Leave Advanced settings untouched — Slipstream handles OAuth automatically, so no client ID or secret is needed.
  5. Click Add.

Claude opens a browser tab. Sign in to Slipstream, click Allow, and the connector appears with all 17 tools listed. In a chat, enable it from the + button → Connectors.

Team & Enterprise plans

Only an Owner can add the connector for the organization: Organization settings → Connectors → Add → Custom → Web, then paste the same URL and click Add. After that, each member connects from their own Settings → Connectors by clicking Connect and signing in.

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/…”
  • “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.