search & data extraction

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.

typescript
local
search & data extraction
0
View on GitHub

Installation

npx -y jae-jae/fetcher-mcp

Configuration

Add this to your Copilot settings (Settings → Features → MCP → Add New MCP Server):

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

About This MCP Server

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.

GitHub: https://github.com/jae-jae/fetcher-mcp

Need More Details?

View the complete documentation, examples, changelog, and more on GitHub

View Full Documentation on GitHub