alexanderzuev/supabase-mcp-server
Supabase MCP Server with support for SQL query execution and database exploration tools
Quick Start
Clone the repository:
git clone https://github.com/alexander-zuev/supabase-mcp-serverClaude 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.