Back to List
OfficialDevSupabase
Supabase MCP
Official Supabase MCP server for interacting with Supabase projects, databases, and edge functions.
How to Install
1
1. Ensure you have an MCP client installed (e.g., Claude Desktop)
2
2. Click 'Visit Source' below to get the code or package
3
3. Follow the README instructions in the project
4
4. Add the server configuration to your MCP client config file
Configuration Example (claude_desktop_config.json)
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server"
],
"env": {
"SUPABASE_URL": "YOUR_SUPABASE_URL",
"SUPABASE_SERVICE_ROLE_KEY": "YOUR_SERVICE_ROLE_KEY"
}
}
}
}Key Features
Database management
Auth configuration
Edge Functions control
Storage access
Server Details
Official Supabase MCP server for interacting with Supabase projects, databases, and edge functions.
Pricing
freeTags
OfficialDevSupabase
Visit Source / Official Link
Go to the official GitHub repository to view source code, documentation, and installation instructions.
GitHub Repository