# fetcher-mcp

> MCP Server

Fetcher MCP is a server that uses Playwright to fetch web page content, supporting JavaScript execution and intelligent content extraction. It offers flexible output formats, parallel processing, and resource optimization

## Overview

- **Category:** Developer Tools
- **Language:** TypeScript
- **Stars:** 1071
- **Forks:** 27
- **Owner:** jae-jae
- **GitHub:** https://github.com/jae-jae/fetcher-mcp
- **Created:** 2025-03-19T10:54:49+00:00
- **Updated:** 2025-03-28T19:29:32+00:00
- **Source:** https://model-context-protocol.com/servers/fetch-web-page-content-playwright-server

## Setup

## Setup

1.  Run directly with npx: `npx -y fetcher-mcp`
2.  Install the required browser: `npx playwright install chromium`
3.  Configure this MCP server in Claude Desktop by modifying the `claude_desktop_config.json` file with the provided JSON configuration.


## Tools

## Available Tools

1. `fetch_url` (Retrieve web page content from a specified URL using Playwright headless browser.)
2. `fetch_urls` (Batch retrieve web page content from multiple URLs in parallel.)
