Skip to main content
Glama
458,064 tools. Updated 2026-08-14 21:02

"How to use personal browser with cookies enabled" matching MCP tools:

  • Open a new browser tab with a separate session, cookies, and login state for isolated browsing contexts. Provide a unique tab name and URL, and optionally inject pre-authenticated cookies before navigation.
    AGPL 3.0
  • Retrieve all cookies from the current browser session for inspection. Optionally navigate to a URL before retrieval.
    MIT
  • Automates browser warmup to collect cookies for later scrapes. Use when manual seeding isn't possible, but strict WAFs may cause failure.
    Inno Setup

Matching MCP Servers

Matching MCP Connectors

  • Hosted real Google Chrome MCP with per-user persistent state. Navigate, click, type, screenshot.

  • Gabriel S. Gusmao: bio, publications (Scholar citations), scientific-ML playgrounds, profiles.

  • Renders JavaScript-heavy pages in a full browser, bypassing anti-bot challenges and lazy-loaded content. Supports custom cookies, headers, and proxy reuse.
    MIT
  • Prepare Chrome or Edge for automated agent use by creating a dedicated profile and copying cookies, so the agent opens the browser with your sites logged in.
    GPL 3.0
  • Retrieve browser cookies with domain, path, and secure flag. Use a URL to filter cookies; otherwise, all cookies are returned, including sensitive session tokens.
    MIT
  • Retrieve all cookies from the current page as a JSON array to inspect session tokens, debug authentication, or verify cookie settings.
    MIT
  • Clear the browser HTTP cache to force fresh resource loading, without removing cookies, localStorage, or IndexedDB.
    MIT
  • Seed a project with session cookies to bypass interactive login. Provide cookie name, value, and domain; path defaults to '/'.
    AGPL 3.0
  • Clear cookies, localStorage, IndexedDB, cache, and service workers for the current origin or the entire browser session. Use to test fresh-user flows or log out.
    MIT
  • Switch to an existing persistent browser profile to reload saved cookies, logins, and extensions for authenticated browsing sessions.
    MIT
  • Authenticate with Perplexity AI by opening a browser window to log in and save cookies for web searches and model access without an API key.
    MIT
  • Set a custom User-Agent string to simulate different browsers or devices, bypass bot detection, or test mobile user agents. Recreates browser context while preserving cookies and state.
    MIT