Skip to content
MCP-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://mcp-bridge.pages.dev/config/supabase.json

Configuration JSON

Use curl https://mcp-bridge.pages.dev/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://mcp-bridge.pages.dev/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