Supabase MCP server
Postgres and project ops for agents.
Supabase's official MCP server lets your agent manage projects, run SQL, and inspect schemas across your Supabase Postgres — database work in plain English.
Who it’s for: Builders on Supabase who want an agent that can query and manage their backend.
Local MCP server — runs on your machine via the command below.
Copy-paste these into your agent once Supabase is connected. Each drives real tools — swap the placeholders in braces for your own.
Inspect my schema and list tables with foreign keys missing an index, or with row-level security not enabled. For each finding, output the exact SQL to fix it — propose only, run nothing.
With a read-only query, find the 20 slowest statements this week and summarize what they share. Suggest specific indexes, but let me apply them myself.
Create a staging branch of my database, apply the migration in {file} there, run a couple of sanity queries, and report whether it worked. Leave production completely untouched.
What is Supabase MCP?
Supabase's official MCP server lets your agent manage projects, run SQL, and inspect schemas across your Supabase Postgres — database work in plain English.
Who is Supabase for?
Builders on Supabase who want an agent that can query and manage their backend.
How do I connect Supabase to my agent?
Supabase runs locally over stdio. Add it to your MCP client config: claude mcp add supabase -- npx -y @supabase/mcp-server-supabase.
Does Supabase require authentication?
Yes — Supabase authenticates with Access token. You connect your own account, and it acts only within the scopes you grant.
How much does Supabase cost?
Free · Pro from $25/mo. Free plan (permanent) — the MCP works with any Supabase account. See the full pricing breakdown on the Supabase pricing page.
Is Supabase verified on MCPExplorer?
Yes — Supabase is hand-checked and featured on MCPExplorer. We pull its real tool surface, required scopes, and risk labels from the live index so you can see exactly what it does before connecting.
Other MCP servers worth a look in Database.
Supabase is featured on MCPExplorer. Add this badge to Supabase’s site or README — it links back to this page.
HTML — for your website
Markdown — for a README
Set up Supabase and put it to work — Free · Pro from $25/mo. Or see its full verified profile.