Supabase
Rank #86,214smithery/node2flow/supabase
MCP server for Supabase — 31 tools for database CRUD, storage, auth admin, project management, edge functions, and secrets via REST + Management APIs. ## Features - Database CRUD with PostgREST filtering, resource embedding (JOINs), and RPC - Storage bucket and object management with signed URLs - Auth admin for user creation, updates, bans, and deletion - Project lifecycle management (create, pause, restore) - Execute SQL queries and generate TypeScript types - Edge function inspection and secret/API key management ## 31 Tools - **Database REST (6):** sb_list_records, sb_insert_records, sb_update_records, sb_upsert_records, sb_delete_records, sb_call_function - **Storage (6):** sb_list_buckets, sb_create_bucket, sb_delete_bucket, sb_list_objects, sb_delete_objects, sb_create_signed_url - **Auth Admin (5):** sb_list_users, sb_get_user, sb_create_user, sb_update_user, sb_delete_user - **Projects (5):** sb_list_projects, sb_get_project, sb_create_project, sb_pause_project, sb_restore_project - **Database Management (3):** sb_run_query, sb_list_migrations, sb_get_typescript_types - **Edge Functions (2):** sb_list_functions, sb_get_function - **Secrets & Keys (4):** sb_list_secrets, sb_create_secrets, sb_delete_secrets, sb_list_api_keys ## Configuration - `SUPABASE_URL` — Project URL (e.g. `https://xxx.supabase.co`) — for database, storage, auth tools - `SUPABASE_SERVICE_ROLE_KEY` — Service role key (bypasses RLS) — from Settings → API - `SUPABASE_ACCESS_TOKEN` — Personal access token — for project management tools (from dashboard → Account → Access Tokens)
Supabase is a Model Context Protocol (MCP) server published by node2flow-th. It ranks #86,214 of 115,460 servers tracked on MCP Toplist. Supabase is listed across 2 registries — Smithery and Glama, and ships as a single rolling release with no explicit version metadata. It was first listed on Feb 14, 2026.
Ranks ahead of 29,246 of 115,460 servers on MCP Toplist.
Use Supabase
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http supabase https://server.smithery.ai/node2flow/supabase/mcpThis endpoint requires authentication — see the server’s docs for credentials.
[mcp_servers.supabase]
url = "https://server.smithery.ai/node2flow/supabase/mcp"Add to ~/.codex/config.toml. This endpoint requires authentication — see the server’s docs for credentials.
https://server.smithery.ai/node2flow/supabase/mcpSettings → Connectors → “Add custom connector”, then paste this URL. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supabase": {
"url": "https://server.smithery.ai/node2flow/supabase/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). This endpoint requires authentication — see the server’s docs for credentials.
{
"servers": {
"supabase": {
"type": "http",
"url": "https://server.smithery.ai/node2flow/supabase/mcp"
}
}
}Save as .vscode/mcp.json in your workspace. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supabase": {
"serverUrl": "https://server.smithery.ai/node2flow/supabase/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. This endpoint requires authentication — see the server’s docs for credentials.
{
"mcpServers": {
"supabase": {
"url": "https://server.smithery.ai/node2flow/supabase/mcp"
}
}
}This endpoint requires authentication — see the server’s docs for credentials.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/smithery%2Fnode2flow%2Fsupabase)<a href="https://mcptoplist.com/server/smithery%2Fnode2flow%2Fsupabase"><img src="https://mcptoplist.com/badge/smithery%2Fnode2flow%2Fsupabase.svg" alt="MCP Toplist: #86,214 of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
node2flow-th
Other servers by node2flow-th
- Notion#52,444
- Airtable#86,197
- Binance#86,198
- Binance TH#86,199
- Bitkub#86,200
- Gemini File Search#86,201
- Gmail#86,202
- Google Calendar#86,203
- Google Docs#86,204
- Google Drive#86,205
- Google Sheets#86,206
- Line-bot#86,208
Not versioned
This server is published through registries that do not expose explicit version metadata, and no GitHub release tags were found on the linked repository. The listing tracks a single rolling release.
Frequently asked questions
- Who maintains Supabase?
- Supabase is maintained by node2flow-th, which publishes 21 MCP servers (0 total versions) tracked on MCP Toplist.
- Is Supabase listed on the Official MCP Registry?
- Supabase is not on the Official MCP Registry. It is listed on Smithery and Glama.
- How many versions does Supabase have?
- Supabase ships as a single rolling release with no explicit version metadata.
- Where can I find the source code for Supabase?
- The source code for Supabase is hosted at github.com/node2flow-th/supabase-mcp-community.