Supabase MCP

Supabase MCP

Cloud
supabase/mcp2,842 stars
Supabase
claudecursorvscodewindsurfgeneric
FreeOpen SourceAPI

About This Server

Supabase's official MCP server. Lets agents manage Supabase projects directly: inspect tables, run SQL, apply migrations and manage config — the full database development loop.

Installation

npx -y @supabase/mcp-server-supabase@latest

Frequently Asked Questions

What can AI do with the Supabase MCP server?

It connects your Supabase project to AI: querying and designing tables, running SQL, managing project config, fetching logs for debugging and generating TypeScript types — backend development without leaving the conversation.

How do I install the Supabase MCP server?

Configure npx -y @supabase/mcp-server-supabase@latest in your MCP client and provide a Supabase personal access token (PAT). Adding --read-only and --project-ref flags to scope it to read-only, single-project access is recommended.

Is the Supabase MCP server safe to use on production databases?

The server is free and open source, but Supabase officially advises against pointing it at production: prefer development projects, enable --read-only, and grant only the necessary project scope to prevent accidental data damage by the AI.