Does Supabase integrate with Claude?
Yes — via MCP (official connector)
Yes. Supabase is an official Claude connector built on MCP, exposing 32 tools across database, projects, branching, storage, edge functions, and docs. You add it from Claude's connectors menu, sign in to Supabase, and authorize your organization. Use read-only mode and a development (non-production) project, since prompt-injection is a real risk with database tools.
| Integration method | Native via MCP — Supabase is an official Claude connector built on the Model Context Protocol (MCP). The connector exposes 32 tools spanning database operations, project management, branching, storage, edge functions, and documentation search. You add it from Claude's connectors menu and authorize access to your Supabase organization. |
|---|---|
| Sync direction | Two-way: read and write. Claude can run SQL queries, design and modify table schemas, deploy edge functions, list/create/pause/restore projects, and read logs — all against your authorized Supabase organization. |
| Plan required | Available on all paid Claude plans (Pro, Team, Enterprise, Max) via Claude.ai or Claude Desktop. The Supabase MCP server is also usable in MCP-capable clients like Claude Code. A Supabase account is required. Branching tools require a Supabase paid plan. |
| Setup time | ~5 minutes unverified estimate |
How to connect Supabase to Claude
- In Claude.ai or Claude Desktop, open the connectors menu and add the Supabase connector (it appears as an official connector).
- Sign in to Supabase in the browser when prompted and authorize Claude to access your Supabase organization.
- Recommended: scope the connection to a single development project and enable read-only mode (read_only=true) to reduce risk.
- Verify the Supabase tools appear in Claude's Tools/MCP settings.
- Ask Claude in natural language to query data, inspect schema, or manage projects — and review each tool call before approving it.
Known friction points
- Supabase's MCP guidance warns about prompt-injection risk: don't connect the connector to a production project and don't expose it to your end users. Use read-only mode and a development project, and review tool calls before they run. [source]
- Read-only mode mitigates but does not fully eliminate risk; scoping the connection to one project (project_ref) and restricting tool feature groups is recommended for safer use. [source]
FAQ
- Does Supabase integrate with Claude?
- Yes. Supabase is an official Claude connector built on MCP, exposing 32 tools for database queries, schema changes, project management, branching, storage, edge functions and docs search. You add it from Claude's connectors menu and authorize your Supabase organization.
- Is the Supabase Claude connector read-only or can it modify my database?
- By default it can do both — run SQL, modify schemas, deploy edge functions and manage projects. Supabase strongly recommends enabling read-only mode and connecting only a development (non-production) project to limit damage from prompt-injection.
- Which Claude plans support the Supabase connector?
- It works on all paid Claude plans (Pro, Team, Enterprise, Max) via Claude.ai or Claude Desktop, and the underlying MCP server is usable in MCP-capable clients such as Claude Code. You also need a Supabase account; branching tools require a Supabase paid plan.
✓ Last verified: 2026-06-10 · Every claim on this page links to a primary source. If the integration changed, the page is out of date — check the sources below.
Sources
- Supabase blog — Supabase is now an official Claude connector (accessed 2026-06-10)
- Supabase docs — Model Context Protocol (MCP) (accessed 2026-06-10)