Skip to content
MCP-Bridge
Cloud InfrastructureAPI KeyOfficial MCP

Supabase API MCP Server

Manage Supabase projects, databases, authentication, and storage through your AI agent.

Quick Setup

Transport: STDIO

Command: npx -y @modelcontextprotocol/server-supabase

Environment Variables

SUPABASE_ACCESS_TOKEN

Example: sbp_...

MCP Server Configuration

Add this to your claude_desktop_config.json or Cursor MCP settings.

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y","@modelcontextprotocol/server-supabase"],
      "env": {
      "SUPABASE_ACCESS_TOKEN": "sbp_..."
}
    }
  }
}

Endpoints

GET/projects

List all projects

GET/project/{ref}

Get project details