databaseOfficial
Supabase MCP
83
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
2.6k36.5k/wk12.9K tokens(6%)Official1w ago
Network
databasepostgresauthstorageedge-functions
Quick Setup
Paste in ~/.claude.json
json
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
}
}
}Part of these stacks
Recommended Skills
Skills specialize your AI editor when working with Supabase MCP. Learn more
Supabase Postgres Best PracticesOfficialbest-practices
Official Supabase skill covering PostgreSQL optimization, query performance, RLS policies, schema design, and connection management.
Next.js + Supabase Authworkflow
Supabase Auth integration patterns with Next.js App Router. Covers SSR auth, middleware, and protected routes.