supabase-mcp

coleam00/supabase-mcp
★ 189 stars Python 🗄️ Database Updated 2mo ago
Supabase MCP server created in Python.
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "supabase-mcp": {
      "command": "uvx",
      "args": [
        "supabase-mcp"
      ]
    }
  }
}

Or install with pip: pip install supabase-mcp