Capability
Cookie And Storage Management
17 artifacts provide this capability.
Want a personalized recommendation?
Find the best match →Top Matches
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.