Supabase MCP Server

Query, manage and develop your Supabase project from your AI assistant

By Supabase ★ 3.4K stars official database backend

The official Supabase MCP Server gives Claude direct access to your Supabase projects. Read and write database tables, manage auth users, run SQL queries, and deploy Edge Functions — all from within Claude Desktop or any MCP-compatible agent.

Installation & Configuration

Add this block to your claude_desktop_config.json (or your agent framework's MCP config file):

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

Config file location:

Available Tools (8)

Use Cases

Source & Documentation

GitHub Repository: https://github.com/supabase-community/supabase-mcp

Protocol: Model Context Protocol (MCP) — modelcontextprotocol.io

← Back to MCP Server Directory