supabase-mcp

Community

Safely manage Supabase projects with Claude MCP.

AuthorBinkyTwin
Version1.0.0
Installs0

System Documentation

What problem does it solve?

This Skill provides a safe, project-scoped way to inspect and manage a Supabase project via MCP, including listing tables, schemas, and migrations, with optional read-only modes for safety.

Core Features & Use Cases

  • Available MCP tools: list_tables, get_table_schema, execute_sql, list_storage_buckets, create_migration.
  • Safety-first setup: project-scoped access, development-only usage, optional read-only.
  • Use Case: Plan and apply a migration after surveying table schemas, then generate a diff.

Quick Start

Option A — CLI: claude mcp add --scope project --transport http supabase "https://mcp.supabase.com/mcp?project_ref=PROJECT_REF" Then authenticate and use the tools. Option B — .mcp.json at repo root. For CI, configure an Authorization header.

Dependency Matrix

Required Modules

None required

Components

Standard package

💻 Claude Code Installation

Recommended: Let Claude install automatically. Simply copy and paste the text below to Claude Code.

Please help me install this Skill:
Name: supabase-mcp
Download link: https://github.com/BinkyTwin/DeepRead/archive/main.zip#supabase-mcp

Please download this .zip file, extract it, and install it in the .claude/skills/ directory.
View Source Repository