π 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 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
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.- Connect Supabase (MCP OAuth) β Find your project reference and authorize via Supabase OAuth.