Data & APIs

Supabase MCP

Supabase’s official MCP server connects assistants to the Supabase platform. List projects, run SQL and migrations, inspect advisors and logs, manage Edge Functions and storage, and search up-to-date Supabase docs. Prefer read-only and project-scoped mode in production.

Stars

2.8k

Installs

288.5k

License

Apache-2.0

Kind

MCP

Trust evidence

Verified

Verified MCP — curated catalog entry with reviewed setup metadata.

  • Stars: 2.8k · catalog
  • Freshness: Updated 2026-06-08
  • Used in 3 known stacks

Prerequisites

  • · Host app that loads MCP config (Cursor, Claude Desktop, etc.)
  • · Environment: SUPABASE_ACCESS_TOKEN
  • · Node.js 18+

Reference command

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server-supabase", "--read-only"],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<your-supabase-access-token>"
      }
    }
  }
}

Often stacked with

Stacks that include this