Supabase
Talk to your Supabase projects and Postgres data.
The Supabase skill connects the assistant to your projects: inspect tables, run queries, manage configs. "How many signups did we get this week?" becomes a prompt against your real database. Use a scoped access token and prefer read-only mode while testing.
Install Supabase
Open Settings → Developer → Edit Config in Claude Desktop (this opens claude_desktop_config.json) and merge this block, then fully restart the app:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "YOUR_SUPABASE_ACCESS_TOKEN"
}
}
}
}Before saving, replace YOUR_SUPABASE_ACCESS_TOKEN with your key from Supabase dashboard → Access tokens (free tier).
FAQ
Is your domain ready for AI agents?
Assistants equipped with skills like Supabase are already visiting your site. agentics checks whether they can read, find, and trust your domain — free, no signup.
Run free check →Related skills
Query MongoDB and Atlas clusters in plain language.
Lets your assistant open and operate a real web browser.
Live web search results inside your assistant.
Fetches a single web page and converts it to readable text.