Supabase MCP Server
by Supabase
Official MCP server for Supabase. Let any MCP-compatible agent query, mutate, and migrate against your project.
MCP
Supabase MCP Server
Added 17 May 2026
Overview
The official Supabase MCP server exposes project management, database queries, edge function deploys, and migration tools through the Model Context Protocol. Drop into Claude Code, Cursor, or any MCP client, and an agent can manage a Supabase project safely with role-scoped access.
Best for
Best for
Teams running Supabase who already use MCP-compatible agents
Use cases
- Run scoped database queries from an agent without shipping connection strings around
- Apply migrations through an agent with a safety review step
- Deploy edge functions from an agent task
- Inspect schema, RLS, and project state during planning
Notes
Why it matters
MCP turns Supabase from a database you click into a database your agents can reason about. The official server is the right starting point.
How teams use it in production
Most mature usage adds a thin wrapper that pins the MCP server to a specific tenant, role, or read-only mode. The bare MCP server is too powerful for naive multi-tenant use.
What to watch
As more MCP clients land, the Supabase MCP server effectively becomes the universal data plane for agents. Worth treating as primary, not optional.
Pros
- Official Supabase-blessed implementation
- Granular permission scopes per token
- Works in any MCP-compatible client, no lock-in
- Great fit for the agent-DB-first pattern
Cons
- Service-role tokens still give wide blast radius if misused
- Multi-tenant projects need careful per-tenant client wrappers
- Some advanced ops still require the dashboard or CLI
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Claude Code
Anthropic
Anthropic's terminal-native coding agent. Reads your repo, edits files, runs tests, ships PRs.
Cline
Cline
Open-source autonomous coding agent that lives inside VS Code. BYO model key, watch it work.
Cursor
Anysphere
The AI-first code editor. Tab to autocomplete, Composer to multi-file refactor, Agents for the long-running stuff.
Lovable
Lovable (Anton Osika)
AI app builder for non-engineers. Prompt your idea, get a running React app with Supabase wired in.
AssetPro ARIA
Enterprise DNA + AssetPro
Productised AI ops layer for an asset-management business. From customer brief to live deploy in two months.
EDNA Command Center
Enterprise DNA
Autonomous command center for a multi-product AI infrastructure company. Agents run, Sam directs.
Help Genie Suite
Enterprise DNA
Twelve-repo Help Genie ecosystem built and shipped almost entirely by Claude Code agents.
NZ Legal Command Center
Enterprise DNA
Customer command center for a New Zealand law firm. The pattern, ported and proven on a real customer.