Supabase MCP Server is an open-source Model Context Protocol (MCP) server designed to facilitate safe SQL execution, database schema changes, management of Supabase projects via the Management API, and user administration through the Supabase Auth Admin SDK. Developers can install it as a Python package and use it in their IDE to interact securely with Supabase PostgreSQL databases, leveraging built-in safety controls, runtime query validation, transaction handling, and automatic schema versioning. It is suited for developers and teams working with Supabase and seeking advanced, automated, and safe database management workflows integrated into their development environments.
Visit Supabase's official website for product details and getting started.
Comprehensive guides and API references for using Supabase and the MCP server.