Supabase for Claude Desktop
com.supabase/mcp-server-supabase
Manage Supabase projects from an agent: run SQL, inspect schemas, apply migrations, read logs and deploy edge functions. Scope it to one project and read-only mode where you can.
client:Claude Desktop
transport:stdio
runtime:npm
tools:8
Install Supabase in Claude Desktop
~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json
{
"mcpServers": {
"mcp-server-supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<SUPABASE_ACCESS_TOKEN>"
}
}
}
}
Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs