About
Overview
The Supabase MCP Server provides comprehensive access to Supabase platform features. AI agents can manage PostgreSQL databases, configure authentication providers, upload and manage files in storage buckets, create and deploy edge functions, and manage real-time subscriptions. Built for full-stack development workflows.
Capabilities
Tools & Capabilities
⚡query
Execute SQL queries against the Supabase PostgreSQL database
⚡list_tables
List all tables in the public schema
⚡list_projects
List all Supabase projects in your organization
⚡get_project
Get details about a specific Supabase project
⚡apply_migration
Apply a SQL migration to the database
⚡list_storage_buckets
List all storage buckets
⚡list_edge_functions
List deployed edge functions
Setup
Installation
bash
Install
npx -y supabase-mcp-serverExamples
Example Usage
javascript
Usage
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "supabase-mcp-server"],
"env": {
"SUPABASE_ACCESS_TOKEN": "your-access-token"
}
}
}
}Quick Info
Authorsupabase
LanguageTypeScript
StatusStable
Stars★ 720
Last UpdatedFeb 12, 2026