Skip to content

Fetcher

Free

by MCP Community

MCP server for fetching web content using Playwright browser

v0.3.9Added Apr 12, 2026
mcpplaywrightweb-scrapingreadabilitycontent-extraction
Works with:ClaudeGPTGeminiCopilot

Fetcher MCP Server

MCP server for fetching web content using Playwright browser

Installation

Reviews

Leave a Review

Installation

Quick install
npx -y fetcher-mcp
Add to claude_desktop_config.json
{
  "mcpServers": {
    "fetcher": {
      "command": "npx",
      "args": ["-y", "fetcher-mcp"]
    }
  }
}