Supabase MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
SUPABASE_API_KEYYesAPI Key for accessing the Supabase Management API

Schema

Prompts

Interactive templates invoked by user choice

NameDescription

No prompts

Resources

Contextual data attached and managed by the client

NameDescription

No resources

Tools

Functions exposed to the LLM to take actions

NameDescription
list_projectsList all Supabase projects
get_projectGet details of a specific Supabase project
create_projectCreate a new Supabase project
delete_projectDelete a Supabase project
list_organizationsList all organizations
get_organizationGet details of a specific organization
create_organizationCreate a new organization
get_project_api_keysGet API keys for a specific Supabase project