Supabase Database & Auth MCP Server

Inspect Supabase schema, run SQL queries, manage database migrations and inspect auth users.

⚡ 1-Line CLI Test Command

npx -y @supabase/mcp-server-supabase

⚙️ Claude Desktop Config (claude_desktop_config.json)

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase"
      ],
      "env": {
        "SUPABASE_URL": "https://xyz.supabase.co",
        "SUPABASE_SERVICE_ROLE_KEY": "ey..."
      }
    }
  }
}

🛠️ Exposed Tools

execute_sql, list_tables, get_project_status