joshuarileydev/supabase-mcp-server
Supabase MCP Server for managing and creating projects and organisations in Supabase
Quick Start
Clone the repository:
git clone https://github.com/joshuarileydev/supabaseClaude Desktop configuration example:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"joshuarileydev/supabase-mcp-server"
]
}
}
}Check the repository README for specific installation and configuration instructions.