The best MCP servers for Supabase — let AI agents query Postgres, manage tables and migrations, and work with Supabase projects from your editor.
Browse all Supabase servers →No servers listed for this topic yet.
Supabase servers range from project-management tools (create projects, run migrations, fetch logs) to plain SQL access against the project database. Connect development projects first: an agent that can run migrations can also drop tables.
Most servers support a read-only mode and project scoping — turn both on unless the task needs writes, and never hand an agent the service_role key for a production project.
This page ranks Supabase MCP servers by real usage across the AllMCPs directory. For generic Postgres access without Supabase-specific tools, see the PostgreSQL page.
Yes, with a server that uses the Supabase Management API and a personal access token. Use it against a development branch or project and review migrations before applying them to production.
Not for production. The service_role key bypasses row-level security. Prefer read-only mode, a scoped access token, or a restricted database role.