BACK TO MCP SERVERS
dataclaude-codecursorclinewindsurf

Supabase MCP Server

Connects AI assistants directly to Supabase projects to manage database tables, query data, run migrations, and control edge functions.

Supabase MCP Server

The official Supabase MCP Server standardizes communication between AI assistants and Supabase projects, providing schema access, migration execution, and database control.

Capabilities

  • Database Management: List tables, examine schemas, list extensions, and execute raw SQL queries.
  • Migration Tracking: Apply DDL schema changes via tracked SQL migrations.
  • Edge Functions: Inspect, manage, and deploy Supabase Edge Functions.
  • Project Governance: Manage organizations, project references, storage buckets, and database branches.
  • Documentation Search: Query Supabase official documentation directly inside conversation loops.

Configuration

Configure your client to connect to the remote Supabase MCP endpoint:

{
  "mcpServers": {
    "supabase": {
      "type": "http",
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}

Optional query parameters like read_only=true or project_ref=<PROJECT_REF> can be appended to restrict access boundaries.

GitHub SourceGitHub Stars
Last verified 2026-07-26