Skip to content

Supabase

Free

by MCP Community

Supabase runtime adapter for MCP servers built with ModelFetch

v1.0.13Added Apr 12, 2026
model-context-protocolmcpmcp-serveraiai-integration
Works with:ClaudeGPTGeminiCopilot

Supabase MCP Server

Supabase runtime adapter for MCP servers built with ModelFetch

Installation

Reviews

Leave a Review

Installation

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