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.
-
@supabase · · Official Cursor/Claude → Supabase
“We launched an official Supabase MCP server. You can use this server to connect your favorite AI tools (such as Cursor or Claude) directly with Supabase.”
-
@dshukertjr · · Read-only DB access for agents
“The Supabase MCP server now supports --read-only mode! Useful if you don't want AI to change anything on your database.”
-
@David__Flynn · · Schema + data from Cursor
“You can connect your Supabase database via MCP server to Cursor! The Cursor agent can get the schema and any data from your database”
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
- repository
- github.com/supabase/mcp
- website
- https://supabase.com/mcp
- 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
Alternatives to Supabase
Maintained database servers if Supabase isn't the fit.
- Dbx Query databases from AI agents using connections configured in DBX. ★ 16,462 · 2026-08-25
- Toolbox for Databases MCP Toolbox for Databases enables your agent to connect to your database. ★ 16,249 · 2026-08-25
- Dbhub Minimal, token-efficient Database MCP Server for PostgreSQL, MySQL, SQL Server, SQLite, MariaDB ★ 3,395 · 2026-08-21
- Butterbase Ai MCP Server Butterbase MCP server - manage your backend: schemas, auth, functions, storage, RAG, deploys. ★ 3,225 · 2026-08-24
- MongoDB MCP Server MongoDB Model Context Protocol Server ★ 1,106 · 2026-08-24
- Cloud Base CloudBase MCP: DB, functions, storage, hosting via @cloudbase/cloudbase-mcp ★ 1,074 · 2026-08-25
Pairs well with
Servers that cover what Supabase doesn't - only shown when the pairing reason fits the companion.
- Server Chart → data & analytics companion data & analytics · ★ 4,337
- Keboola MCP Server → data & analytics companion data & analytics · ★ 86
- Server Filesystem → filesystem companion filesystem · ★ 38,704
- X402 List MCP → filesystem companion filesystem · ★ 58
- Telnyx → API integration companion API integration · ★ 197
- Microsoft 365 MCP Server → API integration companion API integration · ★ 932
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