Skip to content

Supabase

Free

by MCP Community

MCP server for interacting with Supabase

v0.7.0Added Apr 12, 2026
Works with:ClaudeGPTGeminiCopilot

Supabase MCP Server

MCP server for interacting with Supabase

Installation

npx -y @supabase/mcp-server-supabase

Reviews

Leave a Review

Installation

Quick install
npx -y @supabase/mcp-server-supabase
Add to claude_desktop_config.json
{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server-supabase"]
    }
  }
}