S

Supabase

Official

Manage Supabase projects: schema, data, edge functions, and auth.

by Supabase· 3.2k·Data·Updated 5 days ago

Install

Add this command to your MCP client config to connect Supabase.

npx -y @supabase/mcp-server-supabase

About Supabase

The Supabase MCP server connects to your Supabase org and exposes project listing, SQL execution, edge function deployment, and auth user management.

Particularly powerful because so much of a Supabase app is "the Postgres schema plus a few edge functions" — the assistant can spin up a new feature end-to-end. Auth via personal access token.

Pair with the Postgres server when you want stricter read-only DB access, or use this directly for full-access workflows during development.

Tags

Other MCP servers in Data and beyond.