Command Palette

Search for a command to run...

UnylyUnyly
Browse all

Supabase Management

FreeStale (626d)

Control Supabase projects and organizations.

GitHubEmbed

About

Control Supabase projects and organizations.

README

A Model Context Protocol (MCP) server that provides programmatic access to the Supabase Management API. This server allows AI models and other clients to manage Supabase projects and organizations through a standardized interface.

Features

Project Management

  • List all projects
  • Get project details
  • Create new projects
  • Delete projects
  • Retrieve project API keys

Organization Management

  • List all organizations
  • Get organization details
  • Create new organizations

Installation

Add the following to your Claude Config JSON file

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "y",
        "@joshuarileydev/supabase-mcp-server"
      ],
      "env": {
        "SUPABASE_API_KEY": "API_KEY_HERE"
      }
    }
  }
}

from github.com/joshuarileydev/supabase-mcp-server

Install Supabase Management in Claude Desktop, Claude Code & Cursor

Recommended · one command, every IDE
unyly install supabase-management

Installs into Claude Desktop, Claude Code, Cursor & VS Code — handles npx, uvx and build-from-source repos for you.

First time? Get the CLI: curl -fsSL https://unyly.org/install | sh

Or configure manually

Run in your terminal:

claude mcp add supabase-management --env SUPABASE_API_KEY="" -- npx -y @joshuarileydev/supabase-mcp-server

Step-by-step: how to install Supabase Management

FAQ

Is Supabase Management MCP free?

Yes, Supabase Management MCP is free — one-click install via Unyly at no cost.

Does Supabase Management need an API key?

Yes, it requires environment variables: SUPABASE_API_KEY. Unyly injects them into the config during install.

Is Supabase Management hosted or self-hosted?

Self-hosted: the server runs locally on your machine via the install command above.

How do I install Supabase Management in Claude Desktop, Claude Code or Cursor?

Open Supabase Management on unyly.org, pick your client tab (Claude Desktop, Claude Code, Cursor) and press Install — the config is generated automatically, no JSON editing.

Changes

Versions and requested access over time.

  • New version published

Related MCPs

Compare Supabase Management with

Not sure what to pick?

Find your stack in 60 seconds

Author?

Embed badge for your README

Browse similar

All development MCPs