~/CLIRank
MCP ServerVerified~140ms avg

Supabase MCP Server

Manage Supabase projects, databases, auth, and storage from Claude Code.

Install
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase
Direct API Alternative

You can also call this service directly via its API: Supabase API

Use the MCP when:

You want plug-and-play integration with Claude Code and don't need custom logic around the calls.

Use the API when:

You need fine-grained control, custom error handling, or want to chain multiple API calls in a script.

About

The official Supabase MCP server connects Claude Code to your Supabase projects. Run SQL queries, manage database schemas, handle auth users, interact with storage buckets, and query edge functions. Supports multiple projects and environments. Ideal for full-stack developers building on Supabase who want to manage everything from the terminal.

Tags

supabasedatabaseauthstoragebackend

Score Breakdown

CLI Score Breakdown8/11
Official SDK on npm/pip+2
Env var authentication (no browser OAuth)+2
Works in headless/CI environments+2
CLI tool available0
JSON response for piping/parsing+1
Docs have curl/CLI examples+1
Reasonable rate limits for scripted use0
Machine-readable pricing (md/JSON/static)0
Quality Score Breakdown
npm weekly downloads15k
GitHub stars2.5k
Days since last release12d
Issue close ratio80%
TypeScript typesYes
Docs qualitygood
Breaking changesrare

Performance

Latencyus-east-1 - 2026-03-27
p50
110ms
avg
140ms
p95
350ms

Scores

CLI
8
Quality
8
AuthorSupabase
Weekly installs15,000
Last updated3/19/2026

Related

APIVerified~95ms - Fast
310k/wk

Supabase API

Postgres, auth, storage, edge functions, and realtime subscriptions.

CLI
9
Quality
9
npm install @supabase/supabase-js
MCP ServerVerified
17k/wk

PostgreSQL MCP Server

Query PostgreSQL databases, inspect schemas, and run migrations.

CLI
9
Quality
8
claude mcp add postgres -- npx -y @modelcontextprotocol/server-postgres postgresql://localhost:5432/mydb
MCP ServerVerified
12k/wk

SQLite MCP Server

Read and write SQLite databases with full SQL support.

CLI
8
Quality
8
claude mcp add sqlite -- npx -y @modelcontextprotocol/server-sqlite /path/to/database.db