Connect AI assistants to your Supabase project for full database management
The Supabase MCP Server connects your AI assistant to your Supabase project for full database management. Run SQL queries, manage tables, create migrations, handle auth, and even generate TypeScript types directly from your schema.
Built by the Supabase community with strong adoption (2,500+ GitHub stars), this server gives you a natural language interface to your entire Supabase backend. It supports all major Supabase features including database, auth, and storage.
Perfect for developers who want to prototype faster, debug data issues, or manage their Supabase project without leaving their AI workflow.
Add this to your MCP configuration file:
{
"mcpServers": {
"supabase": {
"args": [
"-y",
"@supabase/mcp-server-postgrest"
],
"command": "npx"
}
}
}The Supabase MCP server demonstrates solid security practices with comprehensive authentication, proper security-conscious features like read-only mode and project scoping, and well-structured permissions matching its database management purpose. The server appropriately requires OAuth 2.1 authentication and implements multiple layers of access control, making it suitable for production use with careful configuration. Supply chain analysis found 1 known vulnerability in dependencies. Package verification found 1 issue (1 critical, 0 high severity).
Scanned 4 files · 4 findings
Security scores are indicators to help you make informed decisions, not guarantees. Always review permissions before connecting any MCP server.
This plugin requests these system permissions. Most are normal for its category.
Be the first to review this server!