← Back to catalog
MCPDatabase↓ 2,120

Supabase

Connects Claude Code to your Supabase project to work with the database and data.

Installation
npx claude-code-templates@latest --mcp database/supabase --yes

This MCP links Claude Code to a Supabase project. Given your token and project reference, the assistant can reach the database and platform resources.

By default the connection is read-only, which keeps exploration safe.

You can query tables, understand the project schema, and explore the data without leaving the editor. It’s handy for anyone using Supabase as a backend who wants to investigate data quickly.

When to use

  • When you want to query the data in your Supabase project.
  • To understand the schema the platform generated.
  • While debugging the behavior of an app that uses Supabase.

How to use

After installing, provide the access token and project reference, and the MCP becomes available. Ask Claude Code to “list the project tables” or “pull the registered users”.