Skip to content
MCP-BridgeMCP-Bridge
Cloud Infrastructure

Supabase API MCP Config

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

Config URL

Use this URL in any MCP-compatible client to fetch the config automatically.

https://mcpbridge.org/config/supabase.json

One-Click Install

Copy the snippet for your MCP client and paste it in — zero editing required.

Claude Desktop

Add to claude_desktop_config.json

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

Cursor

Settings → MCP Servers → Add

{
  "mcpServers": {
    "supabase": {
      "url": "https://mcpbridge.org/config/supabase.json"
    }
  }
}

VS Code

Use with MCP extension

{
  "mcpServers": {
    "supabase": {
      "url": "https://mcpbridge.org/config/supabase.json"
    }
  }
}

Configuration JSON

Use curl https://mcpbridge.org/config/supabase.json to fetch programmatically.

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

How to Use

Claude Desktop

Paste the config JSON into your claude_desktop_config.json.

Full instructions →

Cursor

Go to Cursor Settings → MCP Servers → Add with the JSON above.

CLI / curl

Fetch the config programmatically:

curl https://mcpbridge.org/config/supabase.json

Environment Variables

SUPABASE_ACCESS_TOKEN

Replace sbp_... with your actual supabase access token

Endpoints

GET/projects

List all projects

GET/project/{ref}

Get project details