{
  "name": "io.github.supabase-community/supabase-mcp",
  "description": "The Supabase MCP gives AI models access to your entire Supabase project — database queries, auth management, storage operations, and Edge Function management. The definitive MCP for building with Supabase.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-28",
    "com.top-mcps/score": {
      "value": 74,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.479Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:51.540Z",
      "githubStars": 2625,
      "lastCommitAt": "2026-04-13T10:16:25Z",
      "npmWeeklyDownloads": 36846
    }
  },
  "repository": {
    "url": "https://github.com/supabase-community/supabase-mcp",
    "source": "github"
  },
  "author": {
    "name": "Supabase"
  },
  "packages": [
    {
      "registryType": "npm",
      "registryBaseUrl": "https://registry.npmjs.org",
      "identifier": "@supabase/mcp-server-supabase@latest",
      "version": "latest",
      "transport": {
        "type": "stdio"
      },
      "environmentVariables": [
        {
          "name": "SUPABASE_ACCESS_TOKEN",
          "description": "SUPABASE_ACCESS_TOKEN — required credential for Supabase.",
          "isRequired": true,
          "isSecret": true
        }
      ]
    }
  ],
  "capabilities": {
    "security": {
      "scope": "read-write",
      "sandbox": "Authenticates to Supabase using a personal access token or service-role key in env. The token scope determines what the agent can do across database, auth, storage, and edge-function APIs.",
      "gotchas": [
        "A service-role key bypasses row-level security — prefer a scoped personal access token for agent use where possible.",
        "Destructive operations (drop table, delete rows) are available whenever the token permits them; there is no MCP-level read-only mode."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/supabase",
    "markdown": "https://top-mcps.com/mcp/supabase.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
