{
  "name": "io.github.browser-use/browser-use",
  "description": "Browser-Use is an open-source browser-automation MCP designed from the ground up for AI agents. Instead of asking the model to write Playwright selectors, the MCP gives the model a rendered snapshot of the page and a high-level action API — click, type, scroll. The model decides what to do based on what it sees, not on brittle CSS paths.",
  "status": "active",
  "version": "latest",
  "_meta": {
    "com.top-mcps/lastVerified": "2026-05-27",
    "com.top-mcps/score": {
      "value": 88,
      "rubricVersion": "2026-04",
      "lastComputed": "2026-06-02T13:16:41.655Z",
      "methodology": "https://top-mcps.com/about/methodology"
    },
    "com.top-mcps/stats": {
      "fetchedAt": "2026-06-02T11:55:52.423Z",
      "githubStars": 95798,
      "lastCommitAt": "2026-05-26T03:46:14Z"
    }
  },
  "repository": {
    "url": "https://github.com/browser-use/browser-use",
    "source": "github"
  },
  "author": {
    "name": "Browser-Use"
  },
  "packages": [
    {
      "registryType": "pypi",
      "registryBaseUrl": "https://pypi.org",
      "identifier": "browser-use-mcp",
      "version": "latest",
      "transport": {
        "type": "stdio"
      }
    }
  ],
  "capabilities": {
    "security": {
      "scope": "exec",
      "sandbox": "Spawns a Chromium browser. Sandbox by running the MCP inside a container with no host filesystem mounts and a network policy that only allows the domains the workflow intends to visit.",
      "gotchas": [
        "Browser sees whatever the model navigates to — prompt injection from page content is the headline risk.",
        "Headed mode shows everything on the screen; do not point it at personal accounts in shared sessions.",
        "Cookies and storage persist per profile dir; isolate per workflow."
      ]
    }
  },
  "_links": {
    "html": "https://top-mcps.com/mcp/browser-use",
    "markdown": "https://top-mcps.com/mcp/browser-use.md",
    "methodology": "https://top-mcps.com/about/methodology"
  }
}
