Capability
20 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →via “cookie and local storage management”
Automate browser interactions and take screenshots via Puppeteer MCP.
Unique: Exposes Puppeteer's cookie and storage APIs as MCP tools, enabling LLM clients to manage authentication state and user data without writing JavaScript. Supports both reading and writing operations for flexible session management.
vs others: More accessible than raw JavaScript for cookie/storage manipulation; provides semantic operations (get, set, delete) rather than requiring clients to write DOM access code.
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 “browser session lifecycle management with profile persistence”
🌐 Make websites accessible for AI agents. Automate tasks online with ease.
Unique: Implements a SessionManager with CDP connection pooling for multi-tab scenarios and storage state persistence via JSON serialization. Handles graceful shutdown with signal handling and timeout-based process termination. Supports browser profile configuration with custom launch arguments and proxy settings.
vs others: More robust than raw Playwright because it manages process lifecycle and handles graceful shutdown; more flexible than cloud-based RPA because it supports local profile persistence and custom browser configurations.
via “credential-local-cookie-and-token-management”
Give your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Unique: Implements credential locality as a first-class design principle — all authentication data stays on the user's machine in a single YAML file with restrictive file permissions, rather than being sent to a cloud service or third-party API. This is explicitly documented as part of the design philosophy, not an afterthought.
vs others: Avoids the security risk of cloud-based credential storage or API key exposure by keeping all cookies and tokens local with 0o600 permissions, making it suitable for teams with strict data residency or security policies.
via “cookie-based authentication with browser integration”
小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件
Unique: Implements cross-platform browser cookie extraction using platform-specific APIs (Windows Registry, macOS Keychain, Linux SQLite) while maintaining a fallback to manual cookie input, eliminating the need for users to manually copy cookies from DevTools.
vs others: Automatic browser cookie extraction reduces friction compared to manual cookie copying, while support for multiple browsers (Chrome, Edge, Firefox) provides flexibility that single-browser tools lack.
via “cookie-and-storage-management”
MCP server for Chrome DevTools
Unique: Exposes CDP's Storage domain through MCP with support for multiple storage types (cookies, localStorage, sessionStorage, IndexedDB), allowing agents to manage browser state comprehensively. Handles domain-specific cookie operations and JavaScript-based storage access transparently.
vs others: More comprehensive than Puppeteer's cookie methods because it supports localStorage, sessionStorage, and IndexedDB in addition to cookies, providing unified storage management through a single MCP interface.
via “browser context and session management”
Playwright MCP server
Unique: Maintains a registry of isolated browser contexts with independent storage/cookies, enabling multi-context automation through a single MCP server. The context management layer abstracts Playwright's context API and provides tool-level access to context creation/switching.
vs others: Provides context isolation and management through MCP tools, whereas direct Playwright usage requires client-side context management code.
via “cookie-based authentication with automatic session refresh”
小红书(XiaoHongShu、RedNote)链接提取/作品采集工具:提取账号发布、收藏、点赞、专辑作品链接;提取搜索结果作品、用户链接;采集小红书作品信息;提取小红书作品下载地址;下载小红书作品文件
Unique: Implements automatic cookie refresh detection (HTTP 401 response handling) with fallback re-authentication flow, rather than requiring manual cookie updates, enabling long-running processes without user intervention
vs others: More reliable than manual cookie management because it automatically detects and refreshes expired sessions, reducing authentication failures and enabling unattended operation
via “persistent browser profile management with cookie-based authentication”
Open-source MCP server for LinkedIn. Give Claude and any MCP-compatible AI assistant access to profiles, companies, jobs, and messages.
Unique: Implements persistent local browser profiles that maintain LinkedIn authentication state across server restarts, eliminating repeated login flows. Uses Patchright's profile management to store cookies and session tokens locally, enabling stateful authentication without requiring credential re-entry or external session stores.
vs others: More convenient than stateless authentication approaches (e.g., OAuth, API tokens) because it reuses browser-based authentication without requiring LinkedIn API access. More reliable than in-memory session storage because profiles survive server restarts.
via “browser-session-and-context-management”
Model Context Protocol servers for Playwright
Unique: Implements browser/context/page lifecycle management as discrete MCP tools, allowing LLMs to explicitly manage multiple isolated sessions and switch between them, enabling complex multi-scenario automation without requiring application-level session tracking
vs others: Provides explicit context isolation (separate cookies, storage, cache) as a first-class concept in MCP tools, enabling LLMs to reason about session boundaries and manage multi-user scenarios more naturally than frameworks requiring manual state management
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 “interactive-browser-state-persistence-with-authentication-setup”
An MCP server that autonomously evaluates web applications.
Unique: Decouples authentication setup from automated testing by persisting full browser state (cookies, localStorage, sessionStorage) to disk, allowing subsequent agent evaluations to inherit authenticated sessions without re-implementing login logic. Uses Playwright's browser context serialization to capture and restore complete session state, not just cookies.
vs others: Unlike environment-variable-based token injection or hardcoded credentials, this approach captures the full browser state including cookies, local storage, and session artifacts, making it compatible with complex authentication flows (OAuth, SAML, 2FA) that cannot be scripted. More flexible than pre-recorded HAR files because it captures live session state.
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 “persistent session and authentication state preservation”
Native Safari browser automation for AI agents — 80 tools via AppleScript, zero Chrome overhead, keeps logins, runs silently. macOS only.
Unique: Avoids explicit session/cookie management by operating within Safari's native process context, automatically inheriting the user's authentication state. Eliminates the need for agents to handle credential passing or cookie jar manipulation.
vs others: More secure than Selenium/Puppeteer approaches that require passing credentials through code; simpler than manual cookie management because it leverages Safari's native session handling; less flexible than explicit session APIs but more user-friendly for authenticated workflows.
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.
Building an AI tool with “Persistent Browser Profile Management With Cookie Based Authentication”?
Submit your artifact →curl unfragile.ai/agents.md | sh© 2026 Unfragile. The platform for software for agents.