Supabase MCP Server
Rank #49com.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 #49 of 120,698 servers tracked on MCP Toplist, and its repository has 2,891 GitHub stars. Supabase MCP Server is listed across 3 registries — Official MCP, Glama and mcp.so, with 18 tracked versions. It was first listed on Jan 20, 2025 and most recently updated on Sep 4, 2026.
Ranks ahead of 120,649 of 120,698 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 120,698" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 4 registries (2 delisted)
supabase
Available versions (18)
| Version | Published |
|---|---|
| 0.12.0 | Sep 4, 2026 |
| 0.11.0 | Aug 20, 2026 |
| 0.10.0 | Aug 10, 2026 |
| 0.9.0 | Jul 17, 2026 |
| 0.8.3 | Jul 15, 2026 |
| 0.8.2 | Jun 8, 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 (18 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 18 versions of Supabase MCP Server, most recently published on Sep 4, 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.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.