SU

Supabase

Created 4 months ago

Connect your Supabase projects to AI assistants using the Model Context Protocol.

development location documentation public AI Supabase

What is Supabase?

Interact with Supabase: Create tables, query data, deploy edge functions, and more.

Documentation

Supabase MCP Server

Overview

Connect your Supabase projects to Cursor, Claude, Windsurf, and other AI assistants.

Prerequisites

You will need Node.js installed on your machine.

Setup

  1. Personal access token (PAT)
  2. Configure MCP client
  3. Follow our security best practices

Tools

The following Supabase tools are available to the LLM, grouped by feature.

Security risks

Connecting any data source to an LLM carries inherent risks.

Recommendations

Best practices to mitigate security risks when using the Supabase MCP server.

Server Config

{
  "mcpServers": {
    "supabase-server": {
      "command": "npx",
      "args": [
        "supabase"
      ]
    }
  }
}

Links & Status

Repository: github.com
Hosted: No
Global: No
Official: No

Project Info

Hosted Featured
Created At: Jul 07, 2025
Updated At: Aug 07, 2025
Author: Supabase Community
Category: official
License: Apache 2.0
Tags:
development location documentation