MCP Fetchpage MCP Server

MCP Server for browser-based web page fetching with automatic cookie support

Local serverstdioGo

What is the MCP Fetchpage MCP server?

Mcp fetchpage mcp server lets Claude, Cursor and other MCP clients work with MCP Fetchpage directly. MCP Server for browser-based web page fetching with automatic cookie support.

What MCP Fetchpage does

Browser-based web page fetching with automatic cookie support and CSS selector extraction.

Key capabilities

  • 🤖 Browser Automation: Full JavaScript rendering with Puppeteer
  • 🍪 Automatic Cookie Management: Loads all saved cookies automatically
  • 🎯 CSS Selector Support: Extract specific content with selectors
  • 🌐 Domain Presets: Built-in selectors for common websites
  • 📱 SPA Support: Fully supports dynamic content and AJAX

Installing the mcp fetchpage mcp server

The server is distributed via npm as @modelcontextprotocol/inspector, so most clients can run it without a manual build step. Add it to your MCP client's configuration and restart the client to pick it up — the copy-paste configs for Claude Desktop, Claude Code and Cursor are on this page.

Configuration

The server reads one environment variable: MCP_FETCH_PAGE_DATA_DIR. Keep credentials in your client's env block or a secrets manager rather than committing them.

Where it fits

Browser automation servers are the ones people reach for when a site has no API — the assistant drives a real page instead of guessing at endpoints. MCP Fetchpage sits in that group. Worth comparing against the other browser automation servers in this directory before you commit to one, since several overlap in scope but differ sharply in setup cost and permissions.

Practical notes

  • This server runs locally, so it operates with whatever access your machine and its credentials already have. Scope that deliberately rather than by default.
  • Maintained by kaiye, written in Go.
  • MCP clients ask for confirmation before each tool call by default. Keep that on while you learn what the mcp fetchpage mcp server actually does with your data.
  • Every entry in this directory is reviewed by hand before it goes live, and details are checked against the project's own documentation.

How to install the MCP Fetchpage MCP server

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

Configuration as documented by the project. Restart the client after saving.

Configuration

VariableDescriptionRequired
MCP_FETCH_PAGE_DATA_DIRFilesystem location the server is allowed to use.Optional

Frequently asked questions

It connects MCP Fetchpage to MCP-compatible AI assistants such as Claude and Cursor. Instead of copying data back and forth by hand, the assistant works with MCP Fetchpage directly.