π Quickstart
Connect to the Supabase MCP server with Nango using a Personal Access Token (PAT) and your project reference. This is useful for CI or when your MCP client does not support OAuth.Create the integration
In Nango (free signup), go to Integrations β Configure New Integration β Supabase (MCP).
Add a connection
Go to Connections β Add Test Connection β Supabase (MCP). Enter your project reference and Personal Access Token (from Supabase Access tokens). See the connect guide for step-by-step instructions.
Call the Supabase MCP server
Make your first MCP request (e.g. initialize). Replace the placeholders below with your secret key, integration ID, and connection ID:Or fetch credentials with the Node SDK or API.β
Youβre connected! Check the Logs tab in Nango to inspect requests.
- cURL
- Node
Implement Nango in your app
Follow our Auth implementation guide to integrate Nango in your app.To obtain your own production credentials, follow the setup guide linked below.
π Supabase (MCP) guides
Nango-maintained guides for common use cases.- Connect Supabase (MCP) β Find your project reference and obtain a Personal Access Token.