Skip to content
skillsaggregatorskillsaggregator
Major-vendorstdio● online

Supabase Local MCP

by Supabase · Database

Source

Local Supabase MCP server for self-hosted or project-scoped database access.

Works with:Claude CodeCursorWindsurfOpenCode
readwriteschemasqlmigrations

Install

Run this command in your terminal:

claude mcp add --transport stdio mcp-supabase-local -- npx -y supabase-mcp-server

Before running, set: SUPABASE_URLSUPABASE_SERVICE_ROLE_KEY

Authentication

API key

Required environment variables:

  • SUPABASE_URL
  • SUPABASE_SERVICE_ROLE_KEY

See the setup guide for step-by-step instructions on obtaining these credentials.

Community-maintained local variant. Good for local development workflows.

Skills that use this MCP