MCP server · Indie SaaS infrastructure
Supabase MCP server
Supabase's official MCP server that lets an agent inspect schemas, run read queries, and reason about your Postgres database.
Verified · editorial policy
Supabase MCP server TL;DR
- Server
- Supabase MCP server
- Vendor
- Supabase
- Category
- Indie SaaS infrastructure
- Distribution
- npm package (runs locally)
- TL;DR
- Supabase's official MCP server gives the assistant a structured view into a Supabase project. Schema introspection, project metadata, and scoped query access. The right server when your indie SaaS lives on Supabase and you want Claude to help you write a migration, diagnose a slow query, or design a new table without copy-pasting schema diagrams.
- Founder fit
- Most post-launch pre-revenue indie SaaS founders are running Supabase. This MCP turns the assistant into a competent collaborator on your database – it can read the schema, explain a row-level-security policy, or draft a migration grounded in what your tables actually look like today.
- Last verified
- May 22, 2026
What an agent can do with it
Introspect the schema
Read table, column, and index definitions across the project's schemas.
Read project metadata
Pull project, branch, and environment metadata the agent has permission to see.
Run scoped queries
Execute read queries under the access scope you configure for the server.
Why an indie SaaS founder cares
Most post-launch pre-revenue indie SaaS founders are running Supabase. This MCP turns the assistant into a competent collaborator on your database – it can read the schema, explain a row-level-security policy, or draft a migration grounded in what your tables actually look like today.
Install
Access: Requires a Supabase access token. Scope the token to read-only when possible.
Claude Desktop
Add the following block to your claude_desktop_config.json and restart Claude:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase"]
}
}
}Cursor
Add the following block to .cursor/mcp.json in your home directory or project root:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server-supabase"]
}
}
}Install snippets are derived from the vendor's published distribution shape. If your client is neither Claude Desktop nor Cursor, see the vendor docs for client-specific configuration.
Supabase MCP server – FAQ
Can the agent destroy data?
Only if the access token you configure grants write permissions. Scope the token narrowly and start with read-only.
Does it work with self-hosted Supabase?
Read the latest docs – official support targets hosted Supabase first.
Related MCP servers
Vercel MCP server
Vercel's official MCP server that lets an agent inspect deployments, read logs, and reason about projects on your Vercel account.
Stripe MCP server
Stripe's official MCP server that lets an agent query and act on your Stripe account through scoped API access.
PostHog MCP server
PostHog's official MCP server that lets an agent query events, run insights, and inspect feature flags in your PostHog project.
Want an agent that knows your SaaS offer?
Install the UnlockSaaS MCP server alongside this one and the assistant can diagnose your live landing page, pull funnel and pricing teardowns of competitors, and walk the Brunson Playbook with you.