mcps / supabase
MCPExplorer Verified

Supabase MCP server

Postgres and project ops for agents.

Databaseby SupabasehealthyAccess tokenFree · Pro from $25/mo

01What it is

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.


02Highlights
Run SQL
Query and inspect your database, with schema awareness, straight from the agent.
Manage projects
Create and configure projects, branches, and edge functions.

03Add it to your agent

Local MCP server — runs on your machine via the command below.

claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
{ "mcpServers": { "supabase": { "command": "npx", "args": ["-y","@supabase/mcp-server-supabase"] } } }

04Example prompts

Copy-paste these into your agent once Supabase is connected. Each drives real tools — swap the placeholders in braces for your own.

Schema health check

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.

Read-only performance dig

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.

Safe migration on a branch

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.


07FAQ
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.


08Similar MCPs

Other MCP servers worth a look in Database.

Neon
Database
Serverless Postgres for agents.
Postgres
Database
Query, analyze, and tune your Postgres database from your agent.
ChatSEO
SEO & content
An AI SEO agent inside your MCP client.
Apex
LinkedIn & outbound
Governed LinkedIn hands for your AI agent.

09Badge

Supabase is featured on MCPExplorer. Add this badge to Supabase’s site or README — it links back to this page.

Supabase MCP — as seen on mcpexplorer.com

HTML — for your website

<a href="https://mcpexplorer.com/mcps/supabase" target="_blank" rel="noopener"><img src="https://mcpexplorer.com/badge/supabase.svg" alt="Supabase MCP — as seen on mcpexplorer.com" height="20" /></a>

Markdown — for a README

[![Supabase MCP — as seen on mcpexplorer.com](https://mcpexplorer.com/badge/supabase.svg)](https://mcpexplorer.com/mcps/supabase)

Get started

Set up Supabase and put it to work — Free · Pro from $25/mo. Or see its full verified profile.