For non-developers
What can Claude do with Supabase?
Imagine telling your AI: 'Show me the last 100 signups from the users table' or 'Create a new migration that adds a created_at column' — and it manages your Supabase backend directly. This server connects your AI to Supabase so it can query databases, run migrations, deploy Edge Functions, and manage auth and storage.
★ Hand-picked walkthrough
Supabase MCP with Cursor — Step-by-step Guide
Things you can ask Claude
Schema Design with AI
Discuss a feature and let AI generate and apply the migration.
Say to Claude
Add a 'tags' jsonb column to the posts table with a GIN index and create the migration Data Investigation
Run ad-hoc queries to debug issues or understand user behavior.
Say to Claude
Show me the 10 users who signed up most recently and their completed onboarding steps Edge Function Deployment
Write, deploy, and test Edge Functions through conversation.
Say to Claude
Create an Edge Function that sends a welcome email when a new user signs up When it helps
- ✓You're building an app on Supabase and want AI help with schema and queries
- ✓You need to inspect production or staging data without leaving your editor
- ✓You want AI to draft and apply migrations based on conversation
- ✓You're debugging auth issues and want to query the auth schema
FAQ
Can Claude use Supabase?
Yes. With the Supabase MCP connector (an MCP server), Claude can work with Supabase directly in your conversation — Official Supabase MCP server — manage your Supabase projects, run SQL, handle migrations, and interact with Edge Functions via AI.
Do I need to code to use Supabase with Claude?
No. You install the connector once (a short config or one command), then you just ask Claude in plain English. The example prompts on this page work as-is.
Is the Supabase MCP server free?
Pricing model: free. Free for Supabase free tier. Your Supabase plan costs apply separately.
How do I add Supabase to Claude?
Open the Supabase connector page for copy-paste setup, or follow the per-client guide for Claude Desktop, Claude Code, Cursor, or ChatGPT.
Set up Supabase in Claude
Copy-paste config, setup steps, plus the walkthrough — on the connector page.