Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

supabase-mcp-server

Provides programmatic access to the Supabase Management API for managing projects and organizations in Supabase, enabling tasks such as retrieving project details, creating new projects, and managing API keys.

Author

supabase-mcp-server logo

JoshuaRileyDev

No License

Quick Info

GitHub GitHub Stars 47
NPM Weekly Downloads 0
Tools 1
Last Updated 2026-02-19

Tags

supabasemcpmanagementsupabase mcpsupabase managementaccess supabase

Supabase MCP Server

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"
      }
    }
  }
}

See Also

`