Using Supabase MCP Server in ChatGPT

I am trying to connect ChatGPT to Supabase MCP server

Doing it with codex was easy because all I had to do was adding this code in Codex config file:

[mcp_servers.supabase]
command = "npx"
args = [
    "-y",
    "@supabase/mcp-server-supabase@latest",
    "--read-only",                          # safe default
    "--project-ref",
    "aaabbbccc",
]
env = { SUPABASE_ACCESS_TOKEN = "XXXXX" }


But for ChatGPT, seems like this wont work. I am unsure that I should put in the "MCP Server URL".
connecting-supabase-mcp-to-chatgpt-v0-3dorjtuajkpf1.png
Was this page helpful?