Supabase
Manage Supabase projects: schema, data, edge functions, and auth.
Install
Add this command to your MCP client config to connect Supabase.
npx -y @supabase/mcp-server-supabaseAbout Supabase
The Supabase MCP server connects to your Supabase org and exposes project listing, SQL execution, edge function deployment, and auth user management.
Particularly powerful because so much of a Supabase app is "the Postgres schema plus a few edge functions" — the assistant can spin up a new feature end-to-end. Auth via personal access token.
Pair with the Postgres server when you want stricter read-only DB access, or use this directly for full-access workflows during development.
Tags
Related servers
Other MCP servers in Data and beyond.
PostgreSQL
Anthropic
Read-only Postgres access — schema introspection and SQL queries.
SQLite
Anthropic
Query and mutate SQLite databases from your AI client.
MongoDB
MongoDB
Query MongoDB collections and aggregations from your AI assistant.
DuckDB
DuckDB
Run analytical SQL on local files via DuckDB and MCP.
Redis
Redis
Query and manage Redis instances through MCP.
Elasticsearch
Elastic
Search and analyze Elasticsearch indices via MCP.