Supabase
Freeby MCP Community
MCP server for Supabase CRUD operations
v1.5.0Added Apr 12, 2026
supabasemcpmodel-context-protocolclaudeanthropic
Supabase MCP Server
MCP server for Supabase CRUD operations
Installation
npx -y supabase-mcp
Reviews
Installation
Quick install
npx -y supabase-mcp
Add to claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "supabase-mcp"]
}
}
}