Skip to main content
DatabasesUnknown

alexanderzuev/supabase-mcp-server

Supabase MCP Server with support for SQL query execution and database exploration tools

databases
Share:

Quick Start

Clone the repository:

git clone https://github.com/alexander-zuev/supabase-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "supabase-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "alexanderzuev/supabase-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Databases
Language
Unknown
Author
alexander-zuev