Supabase MCP
Official Supabase MCP server enabling Claude to manage projects, query databases, manage auth, Edge Functions, and storage. Configurable read-only and project-scoped modes. 2.6K stars.
- Query your application database by describing what data you need
- Check the structure of your database tables and relationships
- Manage user accounts and authentication settings from one place
Supabase is rapidly becoming the default backend-as-a-service for modern web applications. AI-assisted database management and schema exploration accelerates development — and read-only mode makes this defensible for enterprise.
Development teams using Supabase who want schema introspection, query assistance, and project management in their AI workflow.
https://www.npmjs.com/package/@supabase/mcp-server-supabase
By Supabase
How to Get It
npx -y @supabase/mcp-server-supabase --access-token YOUR_TOKEN Replace YOUR_TOKEN with your Supabase access token. You can find this in your Supabase dashboard under Settings → API.
Trust Signals Source Reviewed
Data & Access
Community Pulse Active
Discussed on Reddit
- Supabase MCP Server AMA — Reddit · 40 pts
- I built a full-featured travel app with SvelteKit + Supabase, and added an MCP s — Reddit · 16 pts
- Supabase Remote MCP Server Makes It Easier Than Ever to Build Your Apps With AI — Reddit · 14 pts
9 mentions across 1 sources
Reviewer notes
Source Reviewed review. These are observations, not a security certification.
v0.7.0, 283K monthly downloads, 172 stars. Supports read_only mode and project_ref scoping — significantly reduce risk when configured. Default mode has full read/write/schema access. Apache 2.0 license. Good test coverage (vitest, msw). Pre-1.0 with expected breaking changes.
Without read_only=true and project_ref scoping, MCP has full access to all Supabase projects. With both options, risk drops significantly. CRITICAL: always configure read_only and project_ref for production use. Dependencies: graphql, openapi-fetch, gqlmin. supabase-community org (staffed by Supabase employees). RESTRICTED: Full database read/write/schema access by default. Requires compensating controls (sandboxing, separate accounts, restricted profiles) before team deployment.
2026-04-02: LIMITATION: Without explicitly setting read_only=true and project_ref scoping, the MCP has full access to ALL Supabase projects in the account. Default configuration is dangerously broad.
How to evaluate tools before deploying →
Data shown here comes from public APIs and automated scanning. Reviewer notes reflect one person's experience. This is not a security certification or legal recommendation. Always evaluate tools according to your own organization's policies.
Evaluation
v0.7.0, 283K monthly downloads, 172 stars. Supports read_only mode and project_ref scoping — significantly reduce risk when configured. Default mode has full read/write/schema access. Apache 2.0 license. Good test coverage (vitest, msw). Pre-1.0 with expected breaking changes.