Back to MCP Servers
🔌

jae-jae/fetcher-mcp

MIT

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

TypeScriptBrowser

Install

npx -y -y fetcher-mcp

claude_desktop_config.json

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

Add this to your Claude Desktop config file. Find it at ~/Library/Application Support/Claude/claude_desktop_config.json on macOS.