Databases
Trust: 53/100 (Fair)Supabase Guide
MCP server for interacting with the Supabase platform
2,516 starsby supabase-community
Quick Start
Install
npx @supabase/mcp-server-supabaseClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"com-supabase-mcp": {
"command": "npx",
"args": [
"@supabase/mcp-server-supabase"
]
}
}
}