Capability
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “cookie and authentication credential injection for session initialization”
Run cloud browser sessions and web automation via Browserbase MCP.
Unique: Injects cookies at the cloud browser level before any navigation, ensuring all subsequent requests include authentication without requiring login automation; supports JSON-formatted cookie objects with full control over cookie properties (domain, path, secure, httpOnly, sameSite)
vs others: Faster than automating login flows (eliminates 5-30s login latency); more secure than storing credentials in code; comparable to Puppeteer/Playwright cookie injection but integrated directly into MCP server configuration for seamless LLM agent workflows
via “cookie management with automatic persistence”
Send HTTP requests from text files in VS Code.
Unique: Automatically manages cookies without explicit configuration, capturing Set-Cookie headers and injecting Cookie headers in subsequent requests, respecting cookie attributes and domain scoping.
vs others: More convenient than curl because cookie handling is automatic; more transparent than Postman because cookie jar is visible and editable in the extension.
via “cookie-and-session-management”
Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
Unique: Wraps Puppeteer's cookie management API as MCP tools, enabling LLM agents to handle authentication and session state without direct browser object access or manual cookie serialization
vs others: More flexible than HTTP-only cookie handling (supports domain-specific cookies and attributes) but requires manual cookie management logic in the LLM agent (no automatic refresh or expiration handling)
via “session configuration and storage with persistent context across requests”
🔥 Open Source Browser API for AI Agents & Apps. Steel Browser is a batteries-included browser sandbox that lets you automate the web without worrying about infrastructure.
Unique: Implements session persistence through ChromeContextService that maps session IDs to CDP contexts, enabling context reuse across multiple requests. Sessions can be cloned, restored, and queried through a unified API.
vs others: More sophisticated than Puppeteer's basic context support; provides session cloning, restoration, and metadata tracking, whereas Puppeteer requires manual context management.
via “cookie and local storage management”
** - An MCP server using Playwright for browser automation and webscrapping
Unique: Exposes Playwright's cookie and storage APIs as MCP tools, supporting both HTTP cookies and JavaScript-accessible storage (localStorage/sessionStorage). Enables state management across page navigations and sessions.
vs others: More complete than simple cookie jar implementations; supports both HTTP cookies and JavaScript storage, with fine-grained control over cookie attributes and domain restrictions.
via “cookie and local storage management”
为 AI Agent 设计的 JS 逆向 MCP Server,内置反检测,基于 chrome-devtools-mcp 重构 | JS reverse engineering MCP server with agent-first tool design and built-in anti-detection. Rebuilt from chrome-devtools-mcp.
Unique: Exposes cookie and storage management as agent-callable MCP tools with attribute control, enabling agents to manage authentication state without JavaScript code; vs raw CDP which requires agents to construct cookie objects manually
vs others: More agent-friendly than Puppeteer's page.cookies() because it provides high-level get/set/delete operations; enables persistent authentication workflows vs stateless scraping
via “cookie-and-session-management”
Fork and update (v0.6.5) of the original @modelcontextprotocol/server-puppeteer MCP server for browser automation using Puppeteer.
Unique: Exposes Puppeteer's cookie management as discrete MCP tools with JSON serialization, enabling agents to export and import session state without managing Puppeteer's cookie API directly or handling domain/path validation.
vs others: More agent-friendly than raw Puppeteer cookie APIs because it provides simple get/set/delete operations as MCP tools, vs. requiring agents to manage Puppeteer's cookie objects and domain validation.
via “cookie and session management for authenticated scraping”
** - [AnyCrawl](https://anycrawl.dev) MCP Server, Powerful web scraping and crawling for Cursor, Claude, and other LLM clients via the Model Context Protocol (MCP).
Unique: Integrates cookie and session management directly into the MCP scraping interface, allowing LLM clients to request authenticated scraping without managing cookies manually or implementing login workflows
vs others: More convenient than manual cookie handling because session state is managed automatically; simpler than building custom Puppeteer login scripts because cookie jar and session persistence are built-in
via “cookie and storage management across sessions”
** (by UI-TARS) - A fast, lightweight MCP server that empowers LLMs with browser automation via Puppeteer’s structured accessibility data, featuring optional vision mode for complex visual understanding and flexible, cross-platform configuration.
Unique: Provides unified storage management API covering cookies, localStorage, and sessionStorage with serialization support for session export/import, enabling checkpoint-based workflow resumption and multi-session state persistence beyond simple cookie handling
vs others: More comprehensive than basic cookie management; supports multiple storage types; enables session export/import for resilience vs stateless automation approaches
via “cookie and session persistence management”
** - A MCP server that provides comprehensive website snapshot capabilities using Playwright. This server enables LLMs to capture and analyze web pages through structured accessibility snapshots, network monitoring, and console message collection.
Unique: Provides cookie-based session management without requiring credential storage, using Playwright's context.addCookies() API to enable authenticated access while maintaining security boundaries
vs others: More secure than embedding credentials because it uses session cookies; more flexible than hardcoded login flows because it supports any authentication method that uses cookies
via “cookie-and-storage-management”
Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
Unique: Exposes Puppeteer's cookie and storage APIs as MCP tools, allowing agents to manage session state across multiple page navigations. Enables stateful automation without manual session handling.
vs others: More flexible than hardcoding credentials because it allows dynamic session management; more reliable than HTTP-only session management because it works with JavaScript-based authentication.
via “cookie-and-session-management”
Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
Unique: Wraps Puppeteer's cookie management APIs in MCP tools with full attribute support (domain, path, expiry, secure, httpOnly). Enables agents to manage session state across page interactions without re-authentication.
vs others: More complete than screenshot-based session validation; provides programmatic session control vs manual cookie jar management in other automation frameworks.
via “cookie-and-session-management”
Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
Unique: Wraps Puppeteer cookie APIs as MCP tools, enabling agents to manage session state as part of automation workflows. Supports cookie serialization for cross-session persistence.
vs others: More convenient than manual HTTP header manipulation; agents can work with cookies at the browser level where they're naturally managed
via “cookie and local storage management”
Experimental MCP server for browser automation using Puppeteer (inspired by @modelcontextprotocol/server-puppeteer)
Unique: Exposes Puppeteer's cookie and storage APIs as MCP tools, allowing LLMs to manage authentication state declaratively without handling browser internals. Supports full cookie attribute specification.
vs others: More flexible than HTTP-only cookie handling; allows LLMs to inspect and manipulate browser storage directly, enabling complex session management workflows.
via “cookie-and-storage-management”
MCP Server for Browser Dev Tools
Unique: Exposes CDP Storage domain as MCP tools for cookie and storage management, allowing agents to maintain session state and inspect application storage without JavaScript or manual cookie handling
vs others: More reliable than JavaScript-based storage access because it uses CDP's native storage domain, which respects browser security policies and handles domain-specific restrictions automatically
via “cookie-and-storage-management”
** - Playwright MCP server
Unique: Provides context-level storage management through Playwright's native APIs, allowing agents to persist and restore full browser state (cookies, localStorage, sessionStorage) as JSON — enables stateful multi-session workflows without custom serialization.
vs others: More comprehensive than simple cookie handling because it includes localStorage and sessionStorage; more reliable than manual cookie parsing because it uses browser APIs directly.
via “session-state-management-and-persistence”
AI personal assistant that automates browser task
Unique: Implements encrypted session storage with automatic token refresh and validity checking, enabling seamless multi-task workflows without exposing credentials in task definitions or logs
vs others: More secure than storing credentials in task definitions, and more convenient than manual re-authentication between tasks, though requires trust in the platform's credential handling
via “context persistence across sessions”
MCP server: context-passport
Unique: Employs a database-backed context storage mechanism that allows for seamless user experience across sessions, unlike ephemeral context models.
vs others: Provides a more coherent user experience compared to systems that do not retain context between sessions.
via “cookie-and-session-management-with-persistence”
Browser infrastructure and automation for AI Agents and Apps with advanced features like proxies, captcha solving, and session recording.
via “cookie-and-session-persistence”
Building an AI tool with “Cookie And Session Persistence”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.