S
Install Command
npx -y @supabase/mcp-server-supabase --access-token <token>Claude Desktop Config
{
"mcpServers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp?project_ref=<REF>",
"headers": { "Authorization": "Bearer <TOKEN>" }
}
}
}About Supabase MCP
The official Supabase MCP server connects AI assistants directly to your Supabase projects.
Features
- Execute SQL queries and migrations
- Inspect table schemas and RLS policies
- Manage Edge Functions
- Create and manage projects
- Access storage buckets
- Available as remote MCP with OAuth
Authentication
Local: Personal Access Token. Remote: OAuth via Supabase.
Tags
supabasepostgresqldatabaseauthedge-functions