Supabase
Freeby Indie Developer
Manage Supabase projects including database, auth, storage, and edge functions.
v1.0.0Added Mar 5, 2025
supabasepostgresbaas
Supabase MCP Server
Manage Supabase projects including database, auth, storage, and edge functions.
Features
- Database queries
- Auth management
- Storage buckets
- Edge Functions
- Realtime
Installation
{
"mcpServers": {
"supabase-db": {
"command": "npx",
"args": ["-y", "mcp-supabase"]
}
}
}
Reviews
Installation
Quick install
npx -y mcp-supabase
Add to claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "mcp-supabase"]
}
}
}