HomeDatabases & Data › Supabase

Supabase

MCP server for interacting with the Supabase platform

Official TypeScript Cloud Remote
★ 2,919 stars Last pushed 2026-09-24 License: Apache-2.0

Topics: Databases

Connect

Review any command before running it. Package names and URLs come from the server's own registry entry.

Remote (streamable-http)

https://mcp.supabase.com/mcp Requires auth (checked 2026-09-24)

Claude Code:

claude mcp add --transport http mcp https://mcp.supabase.com/mcp

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "url": "https://mcp.supabase.com/mcp"
    }
  }
}

Package (npm 0.13.0)

npx -y @supabase/[email protected]

Or add to your MCP client config:

{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/[email protected]"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<YOUR_VALUE>"
      }
    }
  }
}
  • SUPABASE_ACCESS_TOKEN required secret — Personal access token for Supabase API

This server takes extra arguments — see its repository.

Related servers

Listed in punkpeye/awesome-mcp-servers (MIT)

Listed in wong2/awesome-mcp-servers (MIT)

Data from the Official MCP Registry