Back to MCP Servers
🔌

supabase-community/supabase-mcp

Apache-2.0

🎖️ 📇 ☁️ - Official Supabase MCP server to connect AI assistants directly with your Supabase project and allows them to perform tasks like managing tables, fetching config, and querying data.

TypeScriptDatabases

Install

npx -y supabase-community-supabase-mcp

claude_desktop_config.json

claude_desktop_config.json
{
  "mcpServers": {
    "supabase-community-supabase-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "supabase-community-supabase-mcp"
      ]
    }
  }
}

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.