MCP Fetch Page v0.5.0
Chrome Extension
Download and install the Chrome extension to save cookies from authenticated sessions:
Installation:
- Download
mcp-fetch-page-extension-v0.5.0.zip - Unzip the file
- Open Chrome and go to
chrome://extensions/ - Enable "Developer mode" (top right)
- Click "Load unpacked" and select the unzipped folder
NPM Package
Install via npm:
npx -y mcp-fetch-page@latestOr configure in Claude Desktop:
{
"mcpServers": {
"mcp-fetch-page": {
"command": "npx",
"args": ["-y", "mcp-fetch-page@latest"]
}
}
}What's New
See CHANGELOG.md for details.