🚀 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.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.
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.
Call the Supabase MCP server
Make your first MCP request (e.g. list tools). Replace the placeholders below with your secret key, integration ID, and connection ID.For ✅ You’re connected! Check the Logs tab in Nango to inspect requests.
<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.- cURL
- Node
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.- Connect Supabase (MCP OAuth) — Find your project reference and authorize via Supabase OAuth.