Skip to main content

🚀 Quickstart

Connect to the Supabase MCP server with Nango via OAuth. Nango automatically registers an OAuth client on your behalf — no manual credential setup required.
1

Create the integration

In Nango (free signup), go to Integrations → Configure New Integration → Supabase (MCP OAuth).Nango will automatically register an OAuth client with Supabase using dynamic client registration. Your Client ID and Client Secret will appear in the integration settings once created.
2

Authorize Supabase

Go to Connections → Add Test Connection → Authorize, then log in to your Supabase account and grant access. Later, you’ll let your users do the same directly from your app.
3

Call the Supabase MCP server

Make your first MCP request (e.g. list tools). Replace the placeholders below with your Environment API key, integration ID, and connection ID.For <PROJECT-REF>, use the project reference you entered when creating the connection. You can find it on the connection details page under Connection Config → projectRef.
✅ You’re connected! Check the Logs tab in Nango to inspect requests.
4

Implement Nango in your app

Follow our Auth implementation guide to integrate Nango in your app.

📚 Supabase (MCP OAuth) guides

Nango-maintained guides for common use cases. Official docs: Supabase MCP documentation