Cookie Jar
Provides cookie management capabilities for web automation and testing workflows, enabling storage, retrieval, and manipulation of session state and authentication cookies across different web services.
1 stars
0 tools
Created Aug 2025
@bnookala/bnookala-cookie-jar-cookiejarAbout
Provides cookie management capabilities for web automation and testing workflows, enabling storage, retrieval, and manipulation of session state and authentication cookies across different web services.
Categories
general
Installation
npm
npm install @bnookala/bnookala-cookie-jar-cookiejar
Configuration
{
"mcpServers": {
"bnookala-cookie-jar-cookiejar": {
"command": "npx",
"args": [
"-y",
"@bnookala/bnookala-cookie-jar-cookiejar"
]
}
}
}