🔧

Supabase

Official🔧MCP Server

https://mcp.supabase.com/mcp

VibeIndex|
What it does
Security check pending

Official Supabase MCP server for full project control. Execute SQL queries, manage tables and migrations, deploy Edge Functions, generate TypeScript types from schemas, and monitor logs. Supports read-only mode, project scoping, and feature-level access control for safe AI-assisted development.

Overview

Official Supabase MCP server that connects AI tools directly to your Supabase project. Execute SQL, manage tables, deploy Edge Functions, and monitor your project without leaving your AI assistant. Supports both remote (OAuth) and local (npx) installation with fine-grained access control.

Key Features

  • Database Operations: Execute SQL queries, create and manage tables, apply migrations, and manage extensions
  • Edge Functions: Deploy, update, and manage serverless functions directly from AI tools
  • TypeScript Generation: Automatically generate TypeScript types from your database schema
  • Monitoring & Debugging: Access logs for API, Postgres, Auth, Storage, and Realtime services
  • Project Management: Create projects, retrieve API keys, manage organizations, and calculate costs
  • Safety Controls: Read-only mode, project scoping, and feature-level access control to prevent accidental changes

Who is this for?

Developers building with Supabase who want AI-assisted database management and deployment. Ideal for asking things like "create a users table with RLS policies", "deploy this edge function", or "show me the last 100 error logs". The read-only mode makes it safe to use even on production projects.

supabasedatabaseremote-mcppostgresql

Installation

Claude CodeOfficial Remote Server
claude mcp add --transport http supabase https://mcp.supabase.com/mcp
Claude Code 2.1.0 or earlier
claude mcp add supabase -s local -e SUPABASE_ACCESS_TOKEN=<token> -- npx -y @supabase/mcp-server-supabase@latest

MCP Endpoint: https://mcp.supabase.com/mcp

Need more details? View full docs

Remote Server
Last UpdatedApr 8, 2026