Supabase MCP Server

The Model Context Protocol (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the full list of tools.

People connecting database tools to Claude, Cursor, VS Code, or another MCP client. The project is written in TypeScript.

VERIFIED ACTIVE

LAST COMMIT 2026-09-17 · ★ 2,910 · #1 OF 168 MAINTAINED DATABASE · VERIFIED 2026-09-18

Apache-2.0 · TypeScript servers · how we verify → /methodology

01 · Install Supabase

Claude Code

claude mcp add supabase-mcp --transport http https://mcp.supabase.com/mcp

Claude Desktop / Cursor / VS Code - add to config

{
  "mcpServers": {
    "supabase-mcp": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}

Same JSON for Cursor. For VS Code, rename the top-level key from `mcpServers` to `servers`.

Using another client? Same JSON, different key

Claude Desktop · mcpServers

Cursor · mcpServers

VS Code · servers

Windsurf · mcpServers

Zed · context_servers

Cline · mcpServers

Roo Code · mcpServers

Continue · mcpServers

LibreChat · mcpServers

Gemini CLI · mcpServers

Codex CLI · mcp_servers

Full setup guides: every client.

02 · Evidence

https://mcp.supabase.com/mcp

transport: streamable-http

endpoint alive - authentication required · probed 2026-09-17

Security posture

What to check before giving this server access to your agent - from the registry, GitHub, and our own probes. We don't score safety; we show what's verifiable.

runs as local process (stdio) - runs on your machine with your user's permissions · remote - your agent's requests go to mcp.supabase.com

endpoint auth requires authentication - rejected our unauthenticated MCP initialize

license Apache-2.0 - declared in the repository

npm package @supabase/mcp-server-supabase - published under the repo owner's npm scope (@supabase)

registry vendor namespace com.supabase - domain-verified with the official MCP registry

03 · What Supabase can do

Prose above is summarized from the project's README and registry record - no invented capabilities.

Latest releases

mcp-server-supabase-v0.13.0 · 2026-09-17

0.13.0 (2026-09-17) · confirm destructive SQL via elicitation and rename costConfirmation option (#408) · add --http local HTTP entry to mcp-server-supabase · add v2 api client · confirm destructive SQL via elicitation…

mcp-server-supabase-v0.12.0 · 2026-09-04

0.12.0 (2026-09-04) · group lints in get_advisors response · add branch cost confirmation elicitation · add project cost confirmation elicitation · hide legacy cost tools from form-capable clients · ensure correct…

mcp-utils-v0.8.0 · 2026-09-04

0.8.0 (2026-09-04) · add project cost confirmation elicitation · hide legacy cost tools from form-capable clients

In the wild · how people use Supabase

Public posts that name a concrete use case. Linked source posts - not MCPhq reviews, ratings, or endorsements.

04 · Who maintains Supabase

Supabase is maintained by supabase. It's the only MCP server we track from this author; the repo dates to Dec 2024.

05 · Facts

category
database - ranked #1 of 168 actively-maintained database servers as of 2026-09-18.
release cadence
10+ releases in the last 90 days (latest 2026-09-17)
registry
com.supabase/mcp (active, first published 2025-09-15 · 18 versions)
packages
npm:@supabase/mcp-server-supabase

06 · Supabase FAQ

What is Supabase?

The Model Context Protocol (MCP) standardizes how Large Language Models (LLMs) talk to external services like Supabase. It connects AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data. See the full list of tools.

Is Supabase still maintained?

Yes - as of 2026-09-18, its last commit was 2026-09-17 and it shipped 10+ releases in the last 90 days. We re-verify nightly.

How do I install Supabase?

Run `npx -y @supabase/mcp-server-supabase`. You can also paste the ready-made client config above.

Does Supabase require authentication?

Yes - when we probed the endpoint on 2026-09-17, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Supabase

head to head · MongoDB MCP Server vs Supabase · Supabase vs Dbx · Dbhub vs Supabase

More database MCP servers · Amnesic · Iso27001 MCP · Tmdb MCP Server · Cloud Base

More TypeScript MCP servers · Search1 API · Superlog · Superserve · 台灣勞健保勞退試算 · Microsoft Teams · see all