AUTOMATIONSWITCH
VendorDatabase

Supabase

by Supabase

Persistence layer with full Postgres access and Row Level Security awareness. Query tables, manage schemas, handle auth users, and work with storage buckets.

2,663·18 tools·Released NOV 2025·MIT
npx @supabase/mcp-server-supabase
Share:

The production-grade database MCP. RLS-aware queries, schema management, and auth user handling make this the standard for agents that need structured persistence.

Reviewed by M. Nouriel · APR 2026

INSTALL THIS SERVER

Requires authenticationSupabase Access Token via SUPABASE_ACCESS_TOKEN env var
{ "mcpServers": { "supabase": { "command": "npx", "args": ["-y", "@supabase/mcp-server-supabase@latest", "--access-token", "your-token"] } } }
PrereqClaude Desktop v1.4+ . Restart after save
claude mcp add supabase \ --command "npx" \ --args "-y,@supabase/mcp-server-supabase@latest,--access-token,your-token"

18 TOOLS AVAILABLE

query
Execute a SQL query against the Postgres database
Read
execute
Execute a write SQL statement (INSERT, UPDATE, DELETE)
Write
list_tables
List all tables with row counts and sizes
Read
describe_table
Get full schema for a table with columns, types, and constraints
Read
create_table
Create a new table with typed columns
Admin
alter_table
Add or modify columns on a table
Admin

OUR ASSESSMENT

Strengths
  • Full Postgres query access with RLS enforcement
  • Schema management (create tables, add columns, set up policies)
  • Auth user management and storage bucket operations
  • Read-only mode available for safe exploration
Weaknesses
  • Supabase-specific (general Postgres uses the postgres-mcp server)
  • Complex RLS policies can produce unexpected query results for agents
Security Notes

Uses Supabase Access Token with project-level scope. RLS policies apply to all queries. Use read-only mode for exploration workflows.

Best For

Connecting agents to Postgres with Row Level Security and Supabase ecosystem access

TECHNICAL DETAILS

Language
typescript
Transport
stdio
Clients
Claude DesktopClaude CodeCursorVS Code
License
MIT
npm
@supabase/mcp-server-supabase
Last Release
v0.3.1APR 18, 2026
First Released
NOV 15, 2025

ADOPTION METRICS

// GitHub Stars
2,663
1,237 this week (+-31.7%)

// Reading this2,663 stars on the supabase-community/supabase-mcp repo. 22 commits on main in the last 30 days. Audit (2026-05-03) corrected inflated stored value (4,200 → 2,663).

// Weekly Downloads
18,600
2,200 this week

// Reading thisStrong adoption among teams already on the Supabase platform. Download growth tracks closely with Supabase platform growth.

// Popularity Rank
#5
Globally · #1 in Database

// Reading this#1 in Database. Globally #5 reflects strong cross-category demand for database access.

SOURCES & VERIFICATION

We don't take any single directory's word for it. Before scoring, we cross-reference 5 public MCP sources, install the server ourselves against the clients we cover, and record when we last re-verified.

01
Discovered
Official MCP Registry
First indexed APR 24, 2026
02
Cross-referenced
5 directories
Official MCP Registry, PulseMCP, Smithery, Glama, MCP.so
03
Verified against
Claude Desktop + Claude Code
Installed and tested across clients
04
Last re-checked
MAY 3, 2026
Weekly re-verification
// How other directories see it

The same server, 5 different lenses. We reconcile these signals into our editorial score, which is why our number sometimes diverges from a directory-aggregate star count.

SourceTheir ratingTheir star countTheir downloadsLast synced
AutomationSwitch This page5editorial2,66318.6K / wkMAY 3, 2026
Official MCP Registry— unrated2,100unavailableAPR 12, 2026
PulseMCP4.3 community2,08018.4K / wkAPR 21, 2026
Smithery4.5 installs2,10022.1K installsAPR 20, 2026
Glama— unrated2,110unavailableAPR 18, 2026
MCP.so4.2 votes2,100unavailableAPR 15, 2026

// Counts are directory-reported; we don't adjust them. Discrepancies usually come from different snapshot times or star-caching.

OTHER DATABASE MCP SERVERS

Official5

Postgres MCP

Anthropic

Official MCP server for PostgreSQL. Provides read and write access to PostgreSQL databases with schema introspection, query execution, and transaction support. The reference implementation for database MCP servers.

14 tools84,955
Official4.7

MCP Toolbox for Databases

Google (googleapis)

Google's open-source MCP server for databases. One MCP binary speaks PostgreSQL, MySQL, BigQuery, Spanner, AlloyDB, Cloud SQL, and SQLite. 14,937 GitHub stars and 100 commits on main in the last 30 days. Highest commit cadence in the directory.

7 tools14,937
Official4.5

ClickHouse MCP

ClickHouse

Official ClickHouse MCP server with both ClickHouse Tools (production cluster queries) and chDB Tools (embedded ClickHouse for local analytics). Apache-2.0 with destructive-operation protection: write access is opt-in via configuration.

5 tools766
Official4.4

Redis MCP

Redis

Official Redis MCP server with natural-language interface for managing and searching Redis data. EntraID authentication for Azure Managed Redis included; Redis ACL configurable via environment variables. Tool coverage spans strings, lists, hashes, sets, sorted sets, JSON, vectors, and search.

8 tools499
Community4.4

Elasticsearch MCP

cr7258

Elasticsearch and OpenSearch MCP server with index management, document CRUD, search queries, cluster health, and aggregations. 270 stars and 22 commits on main in the last 30 days.

6 tools270
Vendor4

MindsDB

MindsDB

MindsDB ships native MCP server support as part of the main project (mindsdb/mindsdb, 39,093 stars). Federated query layer over 200+ data sources with built-in MCP endpoint for AI agent access to enterprise data.

6 tools39,093
// Get in touch

DISCUSS YOUR
MCP REQUIREMENTS.

Evaluating a server, scoping an internal deployment, or working out whether MCP is the right fit at all. Start the conversation and we will point you at the right piece of the ecosystem.

Discuss Your MCP Requirements →