Supabase NextJS MCP Server

Server Configuration

Describes the environment variables required to run the server.

NameRequiredDescriptionDefault
NEXT_PUBLIC_SUPABASE_URLYesThe URL of the Supabase instance.
NEXT_PUBLIC_SUPABASE_ANON_KEYYesThe anonymous key for accessing Supabase.

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_dataQuery data from Supabase
insert_recordInsert a record into Supabase
update_recordUpdate a record in Supabase
delete_recordDelete a record from Supabase