Supabase MCP
Official Supabase MCP server — manage your Supabase projects, run SQL, handle migrations, and interact with Edge Functions via AI.
In plain English
If your app uses Supabase as its database, this server lets your AI assistant talk directly to it. You can ask 'What users signed up this week?' or 'Show me all orders over $100' and get real answers from your live database — without writing SQL manually.
API key or simple config
Free for Supabase free tier. Your Supabase plan costs apply separately.
When to use
- You're building or maintaining an app on Supabase
- You want to run database queries through conversation
- You need help writing and reviewing SQL migrations
- You want to configure auth rules or Row Level Security
When NOT to use
- Your database is not on Supabase (use postgres-mcp instead)
- You need real-time subscriptions processing
- You're in production and worried about accidental data changes
Usage Scenarios
Database Explorer
Ask your AI to query your Supabase database and explain the data in plain English.
Example prompt
"How many users registered in the last 30 days and what's our weekly growth rate?"
Migration Assistant
Let Claude write, review, and apply database migrations safely.
Example prompt
"Add a 'role' column to the users table with a default value of 'member'"
About
The official Supabase MCP server gives AI assistants comprehensive access to the Supabase platform. Manage databases, run SQL queries, handle migrations, configure authentication, manage storage buckets, and interact with Edge Functions — all through natural language.
Maintained by the Supabase team with deep integration into the Supabase CLI and dashboard.
Use Cases
- Manage Supabase databases through Claude
- Run and review database migrations with AI assistance
- Configure Row Level Security policies through conversation
- Deploy and test Supabase Edge Functions
Works With
Categories
Related Servers
Gmail MCP
Gmail MCP server — read, send, and search emails in Gmail through AI-powered natural language interaction.
Google Maps MCP
Official Google Maps MCP server — geocoding, directions, places search, and distance calculations through AI.
PostgreSQL MCP
Official PostgreSQL MCP server — query and inspect Postgres databases with read-only access for safe AI-powered data analysis.