MCP Marketplace logo
MCP
All servers
Supabase

Supabase

verified

Query Postgres, manage RLS, and call Edge Functions.

by Supabase5.4kApache-2.0updated 1mo agoadded 1y ago

Official Supabase MCP. Inspect schemas, run SQL, and manage Auth and Storage.

Install

Add this block to your claude_desktop_config.json then restart Claude Desktop.

claude_desktop_config.jsonjson
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase@latest",
        "--access-token",
        "sbp_xxx"
      ]
    }
  }
}

Related servers