mcpopen-sourceverified
Supabase MCP
Postgres + Auth + Storage in one agent
Official Supabase integration. Query Postgres, manage auth users, browse Storage buckets — all through a single MCP endpoint.
Install Supabase MCP
Paste into claude_desktop_config.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
]
}
}
}Run in your terminal
claude mcp add supabase -- npx -y @supabase/mcp-server-supabase Paste into .cursor/mcp.json
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
]
}
}
} After adding the server, fully restart your MCP client. Replace <placeholders> (tokens, paths) with your own values.
Facts
- Stars
- ★ 4,800
- Maintainer
- Supabase (official)
Trust score, capability surface (filesystem, shell, network) and risk flags — reviewed in your browser.