Quick Use
Add the following to .mcp.json:
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": ["-y", "@supabase/mcp-server"],
"env": {
"SUPABASE_URL": "https://your-project.supabase.co",
"SUPABASE_SERVICE_KEY": "eyJ..."
}
}
}
}Intro
Supabase MCP is an MCP server that connects AI agents to Supabase, with 4,000+ GitHub stars. Query PostgreSQL, manage auth, upload files, and invoke edge functions. Ideal for teams building full-stack apps on Supabase who want AI-assisted backend development.
Source & Thanks
Created by Supabase. Licensed under Apache 2.0.
supabase — ⭐ 78,000+