Skip to content

v0.5.0

Latest

Choose a tag to compare

@github-actions github-actions released this 10 Feb 05:31

MCP Fetch Page v0.5.0

Chrome Extension

Download and install the Chrome extension to save cookies from authenticated sessions:

Installation:

  1. Download mcp-fetch-page-extension-v0.5.0.zip
  2. Unzip the file
  3. Open Chrome and go to chrome://extensions/
  4. Enable "Developer mode" (top right)
  5. Click "Load unpacked" and select the unzipped folder

NPM Package

Install via npm:

npx -y mcp-fetch-page@latest

Or configure in Claude Desktop:

{
  "mcpServers": {
    "mcp-fetch-page": {
      "command": "npx",
      "args": ["-y", "mcp-fetch-page@latest"]
    }
  }
}

What's New

See CHANGELOG.md for details.