Loading MCP server directory, please wait...
MCP server for interacting with the Supabase platform
npx @getmcp/cli add com.supabase/mcpRequires Node.js 18+. Official server by supabase-community. Review source before installing.
SUPABASE_ACCESS_TOKENPersonal access token for Supabase API
Config file: ~/Library/Application Support/Claude/claude_desktop_config.json
{
"mcpServers": {
"com.supabase/mcp": {
"command": "npx",
"args": [
"-y",
"@supabase/mcp-server-supabase"
],
"env": {
"SUPABASE_ACCESS_TOKEN": ""
}
}
}
}