Supabase API Claude Desktop Config
Add the Supabase API MCP server to Claude Desktop with this ready-to-use configuration.
Setup Instructions
- Open Claude Desktop
- Go to Settings → Developer → Edit Config →
claude_desktop_config.json - Paste the JSON below into the file
- Set your API Key in the
envsection - Restart Claude Desktop
Configuration JSON
Copy the entire block into your claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@modelcontextprotocol/server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_..."
}
}
}
}Environment Variables
SUPABASE_ACCESS_TOKENReplace sbp_... with your actual supabase access token
Endpoints
GET
/projectsList all projects
GET
/project/{ref}Get project details