Ā© 2026 Hedgehog Software, LLC

TwitterGitHubDiscord
More
CommunitiesDocsAboutTermsPrivacy
Search
Star
Setup for Free
SupabaseS
Supabase•5mo ago•
3 replies
Dbugger

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" }
[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
Supabase banner
SupabaseJoin
Supabase gives you the tools, documentation, and community that makes managing databases, authentication, and backend infrastructure a lot less overwhelming.
45,816Members
Resources

Similar Threads

Was this page helpful?
Recent Announcements

Similar Threads

Supabase MCP server authentication issues
SupabaseSSupabase / help-and-questions
3mo ago
Supabase MCP in Codex
SupabaseSSupabase / help-and-questions
4mo ago
Supabase + Custom ChatGPT
SupabaseSSupabase / help-and-questions
3y ago
MCP Supabase Server with Cursor IDE
SupabaseSSupabase / help-and-questions
13mo ago