Supabase Vendor Dev tools

Supabase

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

2,862 stars 392 forks Last commit today Language TypeScript License Apache-2.0
Sign in to like, install, or save to a bundle → View on GitHub → Docs ↗

Install

npx -y @supabase/mcp-server-supabase

Maintain this server? Add the badge

Show your README readers it's in a curated directory — and give them a one-click path to install docs and config.

Listed on Prismix ← links back here

Markdown

[![Listed on Prismix](https://prismix.dev/api/badge/mcp/supabase.svg)](https://prismix.dev/mcp/supabase)
Theme-aware version (auto dark/light on GitHub) →
<a href="https://prismix.dev/mcp/supabase"><picture><source media="(prefers-color-scheme: dark)" srcset="https://prismix.dev/api/badge/mcp/supabase.svg?theme=dark"><img alt="Listed on Prismix" src="https://prismix.dev/api/badge/mcp/supabase.svg"></picture></a>

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.

Recent releases (5)

All releases →
  • mcp-utils: v0.6.0 mcp-utils-v0.6.0 Latest Aug 10, 2026
    ## [0.6.0](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.1...mcp-utils-v0.6.0) (2026-08-10)
    
    
    ### Features
    
    * hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))
    View on GitHub ↗
  • mcp-server-supabase: v0.10.0 mcp-server-supabase-v0.10.0 Aug 10, 2026
    ## [0.10.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.9.0...mcp-server-supabase-v0.10.0) (2026-08-10)
    
    
    ### ⚠ BREAKING CHANGES
    
    * add query_logs tool for custom log queries ([#333](https://github.com/supabase/mcp/issues/333))
    
    ### Features
    
    * add --content-api-url flag and SUPABASE_CONTENT_API_URL env var ([#343](https://github.com/supabase/mcp/issues/343)) ([6fcaaa3](https://github.com/supabase/mcp/commit/6fcaaa39061545d21aeae9f19672437f4b1f617d))
    * add query_logs tool for custom log queries ([#333](https://github.com/supabase/mcp/issues/333)) ([798806b](https://github.com/supabase/mcp/commit/798806b4a4c132be39d5578a77186ad0e5e4c875))
    * hide tools from tools/list ([#334](https://github.com/supabase/mcp/issues/334)) ([d80471a](https://github.com/supabase/mcp/commit/d80471a13b9ceafbdadfec30a0d38c80baa7e718))
    
    
    ### Bug Fixes
    
    * hide read-only mode ([#349](https://github.com/supabase/mcp/issues/349)) ([5cda067](https://github.com/supabase/mcp/commit/5cda0672702c65fe672280ee4cf306593e643fb6))
    * **pg-meta:** pair composite FK columns positionally to avoid cartesi… ([#317](https://github.com/supabase/mcp/issues/317)) ([10af00b](https://github.com/supabase/mcp/commit/10af00bbce7ff1dc116be36a78670119220fb2da))
    * select query_logs dialect via logsDialect ([#357](https://github.com/supabase/mcp/issues/357)) ([80ff453](https://github.com/supabase/mcp/commit/80ff4538afe5385db6c896fe851c4f5b7f66eb3b))
    View on GitHub ↗
  • mcp-server-supabase: v0.9.0 mcp-server-supabase-v0.9.0 Jul 17, 2026
    ## [0.9.0](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.8.3...mcp-server-supabase-v0.9.0) (2026-07-16)
    
    
    ### Features
    
    * support edge function runtime logs in get_logs ([#326](https://github.com/supabase/mcp/issues/326)) ([b9675aa](https://github.com/supabase/mcp/commit/b9675aabee68ea703565e06a1887a95dd2124f77))
    View on GitHub ↗
  • mcp-server-supabase: v0.8.3 mcp-server-supabase-v0.8.3 Jul 15, 2026
    ## [0.8.3](https://github.com/supabase/mcp/compare/mcp-server-supabase-v0.8.2...mcp-server-supabase-v0.8.3) (2026-07-15)
    
    
    ### Bug Fixes
    
    * actionable error for wrong-org permission failures on database tools ([#329](https://github.com/supabase/mcp/issues/329)) ([add45f5](https://github.com/supabase/mcp/commit/add45f53d83e452ca9d4b338b2990fb629e46cba))
    View on GitHub ↗
  • mcp-utils: v0.5.1 mcp-utils-v0.5.1 Jun 8, 2026
    ## [0.5.1](https://github.com/supabase/mcp/compare/mcp-utils-v0.5.0...mcp-utils-v0.5.1) (2026-06-05)
    
    ### Bug Fixes
    
    * update repo URLs after `supabase/mcp` transfer ([#295](https://github.com/supabase/mcp/issues/295)) ([71e48cc](https://github.com/supabase/mcp/commit/71e48cce0350e1b53191e8a0f9c6120314e4fcc1))
    View on GitHub ↗

Discussion (0)

Sign in to comment →

No comments yet. Sign in to start the discussion.

More Dev tools servers