From supabase
Connects remotely to Supabase MCP endpoint for read-only access to databases, auth, storage, realtime, and other resources. Requires Supabase API keys or auth.
npx claudepluginhub anthropics/claude-plugins-officialAdd to your .mcp.json:
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
}
}
}This server connects to external services. Review the URLs it accesses before enabling.
https://mcp.supabase.com/mcpShare bugs, ideas, or general feedback.