databaseOfficial
Supabase MCP
86
Supabase
Query your Supabase database, manage tables, run migrations, deploy edge functions, and manage branches directly from your AI editor.
2.5k36.5k/wk12.9K tokens(6%)Official2d 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"
}
}
}
}