Supabase NextJS MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXT_PUBLIC_SUPABASE_URLYesThe URL of your Supabase instance
NEXT_PUBLIC_SUPABASE_ANON_KEYYesThe anonymous key for your Supabase instance

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
query_data

Query data from Supabase

insert_record

Insert a record into Supabase

update_record

Update a record in Supabase

delete_record

Delete a record from Supabase