sz84.net
MCP ServersSupabase MCP

Supabase MCP

Official Supabase MCP server for interacting with Supabase projects, databases, and edge functions.

OfficialDevSupabasefree

How to Install

1

1. Ensure you have an MCP client installed (e.g., Claude Desktop)

2

2. Click 'Visit Source' below to get the code or package

3

3. Follow the README instructions in the project

4

4. Add the server configuration to your MCP client config file

Configuration Example (claude_desktop_config.json)

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server"
      ],
      "env": {
        "SUPABASE_URL": "YOUR_SUPABASE_URL",
        "SUPABASE_SERVICE_ROLE_KEY": "YOUR_SERVICE_ROLE_KEY"
      }
    }
  }
}

Key Features

Database management

Auth configuration

Edge Functions control

Storage access

Server Details

Official Supabase MCP server for interacting with Supabase projects, databases, and edge functions.

Visit Source / Official Link

Go to the official repository for source code, docs, and installation.

GitHub