Skip to content

Supabase

Free

by MCP Community

MCP (Model Context Protocol) server for self-hosted Supabase instances. Allows AI assistants to interact with your self-hosted Supabase database.

v1.0.10Added Apr 12, 2026
supabasemcpself-hostedaiclaude
Works with:ClaudeGPTGeminiCopilot

Supabase MCP Server

MCP (Model Context Protocol) server for self-hosted Supabase instances. Allows AI assistants to interact with your self-hosted Supabase database.

Installation

Reviews

Leave a Review

Installation

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