← Index

Supabase

com.supabase/mcp·v0.7.0·Databases
Quality Score
93
/100

MCP server for interacting with the Supabase platform

§01  Install
Remote endpoint

Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.

https://mcp.supabase.com/mcp
Claude Desktop (claude_desktop_config.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<your-supabase_access_token>"
      }
    }
  }
}
Cursor (.cursor/mcp.json)
{
  "mcpServers": {
    "mcp": {
      "command": "npx",
      "args": [
        "-y",
        "@supabase/mcp-server-supabase"
      ],
      "env": {
        "SUPABASE_ACCESS_TOKEN": "<your-supabase_access_token>"
      }
    }
  }
}
Cline (cline_mcp_settings.json)
npx -y @supabase/mcp-server-supabase
§02  Environment variables
SUPABASE_ACCESS_TOKEN
requiredsecret

Personal access token for Supabase API

§03  MCP Quality Score  ·  methodology
freshness
23
completeness
25
installability
25
documentation
15
stability
5
§04  Alternatives in Databases