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-08-22 · ★ 2,871 · #1 OF 151 MAINTAINED DATABASE · VERIFIED 2026-08-25

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-08-25

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-postgrest-v0.2.0 · 2026-08-20

0.2.0 (2026-08-20) · the peer dependency is now @modelcontextprotocol/server instead of @modelcontextprotocol/sdk, so consumers must install the new package. @supabase/mcp-utils also drops the exported types…

mcp-server-supabase-v0.11.0 · 2026-08-20

0.11.0 (2026-08-20) · the peer dependency is now @modelcontextprotocol/server instead of @modelcontextprotocol/sdk, so consumers must install the new package. @supabase/mcp-utils also drops the exported types…

mcp-utils-v0.7.0 · 2026-08-20

0.7.0 (2026-08-20) · the peer dependency is now @modelcontextprotocol/server instead of @modelcontextprotocol/sdk, so consumers must install the new package. @supabase/mcp-utils also drops the exported types…

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 151 actively-maintained database servers as of 2026-08-25.
release cadence
10+ releases in the last 90 days (latest 2026-08-20)
registry
com.supabase/mcp (active, first published 2025-09-15 · 16 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-08-25, its last commit was 2026-08-22 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-08-25, it rejected an unauthenticated MCP initialize; you'll need credentials to connect.

07 · Alternatives to Supabase

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

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

More TypeScript MCP servers · Search1 API · Superlog · Superserve · Microsoft Teams · see all