Skip to main content
Search & Data ExtractionTypeScript

jae-jae/fetcher-mcp

MCP server for fetching web page content using Playwright headless browser, supporting Javascript rendering and intelligent content extraction, and outputting Markdown or HTML format.

search-data-extractionlocal-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/jae-jae/fetcher-mcp

Claude Desktop configuration example:

{
  "mcpServers": {
    "fetcher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "jae-jae/fetcher-mcp"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
jae-jae