Skip to main content
Glama
306,586 tools. Last updated 2026-07-25 15:54

"Using personal browser with existing cookies and session data" matching MCP tools:

  • Read, set, delete, or clear cookies in a Chromium browser. Use to seed authenticated sessions before a flow or verify cookie state after interaction.
    Apache 2.0
  • Render JavaScript-heavy pages in a full browser session. Use for single-page apps, lazy-loaded content, or bypass anti-bot challenges using proxy integration.
    MIT
  • Execute browser automation code to navigate pages, click elements, extract data, and run multi-step workflows using bash, Python, or JavaScript commands in an active browser session.
    MIT
  • Seed a project with session cookies to bypass interactive login. Provide cookie name, value, and domain; path defaults to '/'.
    AGPL 3.0
  • Save browser session cookies and localStorage to disk for reuse by parallel agents. Log in once, then load the session for authenticated work.
    MIT

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.

  • Read cookies from a browser session to debug authentication and session issues. Optionally filter by domain to confirm expected cookies are present.
    AGPL 3.0
  • Restores cookies and localStorage from a saved session by name, enabling quick return to a previous browser state.
    MIT
  • Clear selected browsing data types (cache, cookies, history, localStorage, passwords, downloads) from the browser, with optional filtering by data creation time.
    MIT
  • Save browser session state to a JSON file to reuse authentication across sessions, or load and clear saved sessions. Useful for skipping re-login and transferring credentials.
    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
  • Opens a browser window to sign in to Zendesk using password, SSO, or 2FA. Saves session cookies for subsequent API calls without needing tokens.
    MIT
  • Lists cookies from the current browser tab, redacting session token values. Pass includeValues:true to retrieve raw values for debugging.
    MIT