Connect to Supabase databases to query, modify records, and run RPCs.
Copy the install command and let the AI configure it · recommended for beginners
No copy-paste install info for "mcp-supabase" yet — see the docs or source repo.
Connect to Supabase, list all tables in the public schema, then query the latest 20 records from the users table. Return id, email, and created_at, ordered by created_at descending.
A list of database tables and 20 user records from the users table sorted by newest first.
In Supabase, update all records in the orders table where status is pending and created_at is older than 7 days to expired, then return the number of affected records.
A successful bulk update of matching orders and the number of affected records.
Call the Supabase RPC function get_sales_summary with start_date=2024-01-01 and end_date=2024-01-31, then format the result into a readable sales summary.
Execution of the RPC function with a clearly formatted sales summary.
Connect to Supabase to manage databases, projects, and backend resources.
Manage Supabase databases, migrations, logs, and admin actions through chat.
Connect Supabase projects to AI assistants for database and backend workflows.
Manage self-hosted Supabase functions, migrations, logs, and Studio access centrally.
Connect Supabase projects to AI assistants for faster backend work and data access.
Manage Supabase projects, databases, functions, secrets, and branches from one place.