Supabase MCP Server

Supabase MCP servers enable AI models to interact with Supabase backends, providing capabilities for PostgreSQL databases, real-time subscriptions, authentication, and storage operations.

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase@latest",
        "--access-token",
        "<personal-access-token>"
      ]
    }
  }
}

Overview

The MCP Supabase Server enables AI models to interact with Supabase backends, providing a standardized interface for working with this powerful PostgreSQL-based platform. Supabase combines the reliability of PostgreSQL with modern features like real-time subscriptions, authentication, and storage, making it ideal for building scalable AI-powered applications. 1

Key features include:

  • PostgreSQL database operations
  • Real-time data subscriptions
  • Authentication and authorization
  • File storage and management
  • Edge Functions integration
  • Database change tracking

Tools

Project Management

Warning:

These tools will be unavailable if the server is scoped to a project.

Database Operations

Project Configuration

Branching (Experimental, requires a paid plan)

Sources

Footnotes

  1. https://github.com/supabase-community/supabase-mcp