CuratedMCP
πŸ€–
Claude Desktop
Free

How to Install Supabase MCP Server in Claude Desktop

Official Supabase integration β€” manage tables, run queries, handle auth, and deploy edge functions

What Supabase MCP Server does

The official Supabase MCP server lets AI assistants directly interact with your Supabase project. Query your database, manage tables, handle authentication, and even deploy Edge Functions β€” all through natural language. Features: - Execute SQL queries on your Supabase database - Create and alter database tables and schemas - Manage Row Level Security (RLS) policies - List and invoke Edge Functions - Access authentication users and providers - Read and update storage buckets - Inspect database indexes and performance - Generate TypeScript types from your schema - Manage environment variables and project settings Trusted by thousands of developers building full-stack applications with Supabase, this official server is maintained by the Supabase team and stays current with new platform features. Requirements: - Supabase access token (generate at app.supabase.com β†’ Account β†’ Access Tokens) - Your project reference ID

supabase
postgresql
database
auth
edge-functions

Installation steps

  1. 1Copy the config below
  2. 2Open claude_desktop_config.json
  3. 3Paste inside "mcpServers": {}
  4. 4Restart Claude Desktop

Configuration

File location: ~/Library/Application Support/Claude/claude_desktop_config.json

claude_desktop_config.jsonjson
{
  "supabaseMcpServer": {
    "command": "npx",
    "args": [
      "-y",
      "@supabase/mcp-server-supabase@latest"
    ],
    "env": {
      "SUPABASE_ACCESS_TOKEN": "sbp_...",
      "SUPABASE_PROJECT_REF": "abcdefghijklmnop"
    }
  }
}
Full server details GitHub Open Config Editor

Install in other clients

For maintainers

If you maintain Supabase MCP Server, add this badge to your README to show it's verified on CuratedMCP:

CuratedMCP Verified
[![CuratedMCP Verified](https://curatedmcp.com/api/badge/supabase-mcp-server)](https://curatedmcp.com/marketplace/supabase-mcp-server)

Related servers