Cloud InfrastructureAPI KeyOfficial MCP
Supabase API MCP Server
Manage Supabase projects, databases, authentication, and storage through your AI agent.
Quick Setup
Transport: STDIO
Command: npx -y @modelcontextprotocol/server-supabase
Environment Variables
SUPABASE_ACCESS_TOKENExample: sbp_...
MCP Server Configuration
Add this to your claude_desktop_config.json or Cursor MCP settings.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y","@modelcontextprotocol/server-supabase"],
"env": {
"SUPABASE_ACCESS_TOKEN": "sbp_..."
}
}
}
}Endpoints
GET
/projectsList all projects
GET
/project/{ref}Get project details