Supabase
Quality Score
93
/100
MCP server for interacting with the Supabase platform
§01 Install
Remote endpoint
Streamable HTTP / SSE endpoint. Add to any MCP client that supports remote servers.
https://mcp.supabase.com/mcpClaude Desktop (claude_desktop_config.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your-supabase_access_token>"
}
}
}
}Cursor (.cursor/mcp.json)
{
"mcpServers": {
"mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": "<your-supabase_access_token>"
}
}
}
}Cline (cline_mcp_settings.json)
npx -y @supabase/mcp-server-supabase§02 Environment variables
SUPABASE_ACCESS_TOKENrequiredsecret
Personal access token for Supabase API
§03 MCP Quality Score · methodology
freshness
23
completeness
25
installability
25
documentation
15
stability
5
§04 Alternatives in Databases
ai.haymon/dbmcp
ai.haymon/dbmcp
Database MCP server for MySQL, MariaDB, PostgreSQL & SQLite
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
ai.smithery/MisterSandFR-supabase-mcp-selfhosted
Manage Supabase projects end to end across database, auth, storage, realtime, and migrations. Moni…
ai.smithery/afgong-sqlite-mcp-server
ai.smithery/afgong-sqlite-mcp-server
Explore your Messages SQLite database to browse tables and inspect schemas with ease. Run flexible…