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.
Manage Supabase databases, migrations, logs, and admin actions through chat.
Manage Supabase databases, storage, auth, functions, and project settings.
Manage Supabase projects, databases, functions, secrets, and branches from one place.
Connect to major databases via MCP to run SQL queries and commands.
Query and manage multiple databases with read-only access and schema inspection.
Manage a Supabase upload app’s content and subscribers with natural language.