Supabase Vendor Dev tools

Supabase

Manage Supabase projects — databases, auth users, edge functions, storage buckets.

2,685 stars 349 forks Last commit 1d ago Language TypeScript License Apache-2.0
Sign in to like + track View on GitHub → Docs ↗

Install

npx -y @supabase/mcp-server-supabase

Claude Desktop / Cursor config

Drop into your claude_desktop_config.json or Cursor MCP settings. Replace the ${…} placeholders with your own values.

{
  "mcpServers": {
    "supabase": {
      "command": "npx",
      "args": ["-y", "@supabase/mcp-server-supabase", "--access-token", "${SUPABASE_ACCESS_TOKEN}"]
    }
  }
}

About

Supabase's official MCP server. Project + organisation listing, Postgres database management (tables, RPC, RLS policies), auth user CRUD, edge-function deploys, storage bucket + object operations.

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Dev tools servers