Databases
Verified
Trust: 54/100 (Fair)Supabase MCP Guide
Manage Supabase projects. Query databases, manage auth users, interact with storage, and invoke edge functions.
478 stars 18,200 downloadsby Supabase
Quick Start
Install
npx @mcp/supabaseClaude Desktop Configuration
Add this to your claude_desktop_config.json:
{
"mcpServers": {
"supabase-mcp": {
"command": "npx",
"args": [
"@mcp/supabase"
]
}
}
}What Supabase MCP Can Do
query_database
Query Supabase Postgres database
manage_auth
Manage auth users
manage_storage
Interact with Supabase Storage
Permissions Required
Supabase MCP requires the following permissions. Review the risk levels before granting access.
| Permission | Description | Risk |
|---|---|---|
supabase.read | Read Supabase data | low |
supabase.write | Write Supabase data | high |
Platform Compatibility
| Platform | Status |
|---|---|
| Claude Desktop | Supported |
| Cursor | Supported |
| LangChain | Supported |