[ MCP_NODE_3775 ]

supabase

CATEGORY:
PROTOCOL: MCP v1.0
[ DESCRIPTION ]

Connect your Claude Code to Supabase using MCP

[ CONFIGURATION_JSON ]
claude_desktop_config.json
{
    "mcpServers": {
        "supabase-en": {
            "description": "Connect your Claude Code to Supabase using MCP",
            "command": "npx",
            "args": [
                "-y",
                "@supabase/mcp-server-supabase@latest",
                "--read-only",
                "--project-ref=<project-ref>"
            ],
            "env": {
                "SUPABASE_ACCESS_TOKEN": "<personal-access-token>"
            }
        }
    }
}
Source: claude-code-templates (MIT). See About Us for full credits.
[ UPLINK_INFO ]
TYPE
Unknown
HOW TO INSTALL:
  1. Open your Claude Desktop config file.
  2. Copy the JSON block on the left.
  3. Paste it into the mcpServers section.
  4. Restart Claude Desktop.