Supabase
OfficialbySupabase
Supabase's official MCP server provides complete access to the Supabase platform. Manage Postgres databases, authentication, edge functions, file storage, and database branching. Hosted at mcp.supabase.com with ~42K weekly visitors.
API Key Required
Configuration
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com",
"headers": {
"Authorization": "Bearer your-api-key-here"
}
}
}
}Add this to your claude_desktop_config.json file.