Supabase MCP Server
Rank #57com.supabase/mcp
MCP server for interacting with the Supabase platform
Supabase MCP Server is a Model Context Protocol (MCP) server published by supabase. It ranks #57 of 115,460 servers tracked on MCP Toplist, and its repository has 2,884 GitHub stars. Supabase MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 14 tracked versions. It was first listed on Jan 20, 2025 and most recently updated on Aug 20, 2026.
Ranks ahead of 115,403 of 115,460 servers on MCP Toplist.
Use Supabase MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add --transport http supabase https://mcp.supabase.com/mcpclaude mcp add supabase -e "SUPABASE_ACCESS_TOKEN=<your SUPABASE_ACCESS_TOKEN>" -- npx -y @supabase/mcp-server-supabaseReplace each placeholder with your own value before saving.
[mcp_servers.supabase]
url = "https://mcp.supabase.com/mcp"Add to ~/.codex/config.toml.
[mcp_servers.supabase]
command = "npx"
args = ["-y", "@supabase/mcp-server-supabase"]
[mcp_servers.supabase.env]
SUPABASE_ACCESS_TOKEN = "<your SUPABASE_ACCESS_TOKEN>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
https://mcp.supabase.com/mcpSettings → Connectors → “Add custom connector”, then paste this URL.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your SUPABASE_ACCESS_TOKEN>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project).
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your SUPABASE_ACCESS_TOKEN>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"supabase": {
"type": "http",
"url": "https://mcp.supabase.com/mcp"
}
}
}Save as .vscode/mcp.json in your workspace.
{
"servers": {
"supabase": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your SUPABASE_ACCESS_TOKEN>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supabase": {
"serverUrl": "https://mcp.supabase.com/mcp"
}
}
}Add to ~/.codeium/windsurf/mcp_config.json.
{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your SUPABASE_ACCESS_TOKEN>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"supabase": {
"url": "https://mcp.supabase.com/mcp"
}
}
}{
"mcpServers": {
"supabase": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your SUPABASE_ACCESS_TOKEN>"
}
}
}
}Replace each placeholder with your own value before saving.
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/com.supabase%2Fmcp)<a href="https://mcptoplist.com/server/com.supabase%2Fmcp"><img src="https://mcptoplist.com/badge/com.supabase%2Fmcp.svg" alt="MCP Toplist: Top 1% of 115,460" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
supabase
Available versions (14)
| Version | Published |
|---|---|
| 0.11.0 | Aug 20, 2026 |
| 0.10.0 | Aug 10, 2026 |
| 0.8.1 | May 1, 2026 |
| 0.7.0 | Mar 2, 2026 |
| 0.6.3 | Feb 3, 2026 |
| 0.6.2 | Jan 27, 2026 |
| 0.6.1 | Jan 6, 2026 |
| 0.6.0 | Jan 6, 2026 |
| 0.5.10 | Dec 16, 2025 |
| 0.5.9 | Nov 3, 2025 |
| 0.5.6 | Oct 7, 2025 |
| 0.5.5 | Sep 18, 2025 |
| 0.5.4 | Sep 15, 2025 |
| 0.1.0 | Nov 25, 2024 |
Frequently asked questions
- Who maintains Supabase MCP Server?
- Supabase MCP Server is maintained by supabase, which publishes 3 MCP servers (14 total versions) tracked on MCP Toplist.
- Is Supabase MCP Server listed on the Official MCP Registry?
- Yes — Supabase MCP Server is listed on the Official MCP Registry, alongside Glama and mcp.so.
- How many versions does Supabase MCP Server have?
- MCP Toplist tracks 14 versions of Supabase MCP Server, most recently published on Aug 20, 2026.
- Where can I find the source code for Supabase MCP Server?
- The source code for Supabase MCP Server is hosted at github.com/supabase/mcp.