Supabase MCP

Supabase MCP

Cloud
supabase/mcp2,880 stars
Supabase
claudecursorvscodewindsurfgeneric
FreeOpen SourceAPI

About

Supabase's official MCP server. Lets agents manage Supabase projects directly: inspect tables, run SQL, apply migrations and manage config — the full database development loop.

Our Verdict

Supabase MCP brings cloud capabilities to the MCP ecosystem. Its GitHub popularity reflects community trust, and the standardized protocol ensures broad compatibility across AI clients.

Pricing

free
Free and open source

Use Cases

  • Integrating cloud capabilities into AI agent workflows
  • Building custom AI-powered tools with Supabase MCP
  • Enhancing AI agent functionality with standardized MCP access

Pros

  • Supabase MCP provides standardized MCP protocol access
  • Open source with 2,845 GitHub stars
  • Active development and community support

Cons

  • Requires MCP-compatible client (Claude, Cursor, etc.)
  • Setup complexity varies by client
  • Some features may depend on client capabilities

Installation

npx -y @supabase/mcp-server-supabase@latest

Frequently Asked Questions

What can AI do with the Supabase MCP server?

It connects your Supabase project to AI: querying and designing tables, running SQL, managing project config, fetching logs for debugging and generating TypeScript types — backend development without leaving the conversation.

How do I install the Supabase MCP server?

Configure npx -y @supabase/mcp-server-supabase@latest in your MCP client and provide a Supabase personal access token (PAT). Adding --read-only and --project-ref flags to scope it to read-only, single-project access is recommended.

Is the Supabase MCP server safe to use on production databases?

The server is free and open source, but Supabase officially advises against pointing it at production: prefer development projects, enable --read-only, and grant only the necessary project scope to prevent accidental data damage by the AI.