Skip to main content
AllMCPs
BrowseBestCategoriesStackCompareToolsGuidesBlog
Log in Submit MCP

Stay in the loop

Get new MCP servers and top picks in your inbox.

AllMCPs

The open directory for discovering and installing Model Context Protocol servers.

AllMCPs on GitHub (opens in a new tab)
Launched onTiny Startupstinystartups.com
Explore
  • Browse servers
  • Best MCP servers
  • Categories
  • MCP clients
  • Agent prompts
  • Stack Builder
  • Compare servers
  • Random discovery New
  • Submit a server
  • Pricing & Boost Boost
Learn
  • Guides hub
  • What is MCP?
  • Install guide
  • Build an MCP server
  • Deploy an MCP server
  • Security guide
  • Troubleshooting
  • MCP for SEO & AEO
  • Protocol versioning
  • Blog & updates
Tools
  • All developer tools
  • Config generator
  • Config validator
  • Config auditor
  • MCP playground
  • Token calculator
  • OpenAPI โ†’ MCP
  • Badge generator
For agents
  • REST API docs
  • Trust & traffic Live
  • Remote MCP server SSE โ†— (opens in a new tab)
  • llms.txt โ†— (opens in a new tab)
  • Catalog JSON โ†— (opens in a new tab)
Company
  • About
  • Advertise Sponsor
  • Contact
  • GitHub โ†— (opens in a new tab)
  • Terms
  • Privacy
AllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZoneAllMCPs VerifiedAllMCPs VerifiedFeatured on Nick LaunchesFeatured on Nick LaunchesLaunch Llama NewsletterLaunch Llama NewsletterVerified DR - allmcps.comVerified DR - allmcps.comFeatured on SaaSGrowFeatured on SaaSGrowFeatured on Twelve ToolsFeatured on Twelve ToolsFeatured on Saaspa.geFeatured on Saaspa.geFeatured on Findly.toolsFeatured on Findly.toolsFeatured on Startup FameFeatured on Startup FameFeatured on LaunchKiwiFeatured on LaunchKiwiFeatured on ScrollLaunchFeatured on ScrollLaunchFeatured on DailyPingsFeatured on DailyPingsFazier badgeFazier badgeFeatured on NewTool.siteFeatured on NewTool.siteFeatured on saasfame.comFeatured on saasfame.comDR Checker - Domain RatingDR Checker - Domain RatingListed on Turbo0Listed on Turbo0Launched on LaunchBoard - Product Launch PlatformLaunched on LaunchBoard - Product Launch PlatformList on SimilarlabsList on Similarlabshttps://codetrendy.comhttps://codetrendy.comListed on DevTool.ioFeatured on BuildlistFeatured on BuildlistLaunched on Tiny StartupsFeatured on ShowMeBestAIFeatured on ShowMeBestAIFind us on LaunchZoneFind us on LaunchZone
ยฉ 2026 Jackalope Digital LLC. All rights reserved.
  1. Home
  2. ๐Ÿ”Ž Search & Data Extraction
  3. Fetcher MCP
Fetcher MCP logo
Health: ActiveRecent health check succeeded.Last checked 9/7/2026, 4:46:04 AM

Fetcher MCP

User RatingsBe the first to rate and review this MCP server!
View Repository1.1k GitHub StarsTotal stargazers on GitHub for the source repository (1,081 stars).Visit Website
browser-automationweb-scrapingcontent-extractionplaywright

Fetches JavaScript-rendered web pages with Playwright and returns extracted Markdown or HTML, including parallel multi-URL retrieval.

Quick Install

Automated & IDE Setup

Copy the AI prompt to install this server into Claude Code, Cursor, or another agent โ€” or use 1-click editor setup below.

Add to CursorAdd to VS Code
Not yet automatically verified

We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag โ€” we're steadily working through the catalog.

Manual Client & Custom JSON ConfigExpand JSON โ–พ

Client Config & Setup

Choose your client or environment
Target File:~/Library/Application Support/Claude/claude_desktop_config.json
claude_desktop_config.json
{
  "mcpServers": {
    "jae-jae-fetcher-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "fetcher-mcp"
      ]
    }
  }
}

๐Ÿ’ก Paste the JSON block into your client's configuration file under mcpServers, then restart the application.

Install Directory Badge Claim listing Alternatives๐Ÿ”Ž More in Search & Data Extraction

Overview

The jae-jae/fetcher-mcp MCP server loads web pages in a Playwright headless browser, executes JavaScript, and returns page content as Markdown or HTML. It can extract the main readable content, limit response length, wait for additional navigation, and disable unnecessary resources. Use it for dynamic sites, content extraction, batch URL retrieval, or pages that require browser-based loading rather than simple HTTP requests. It runs locally through npx, can expose HTTP and SSE transports, and supports visible-browser debugging for manual authentication.

Use cases

โ€ขFetch JavaScript-rendered documentation pages
โ€ขExtract readable article content as Markdown
โ€ขRetrieve multiple URLs in parallel
โ€ขPreserve complete page HTML for downstream processing
โ€ขLog in manually before fetching protected pages

Key features

โ€ขPlaywright-based JavaScript rendering
โ€ขReadability content extraction
โ€ขMarkdown or HTML output
โ€ขParallel multi-URL fetching
โ€ขConfigurable timeouts and navigation waits
โ€ขOptional resource blocking and visible debugging

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Fetcher MCP.

Extracted Tool Capabilities
Playwright-based JavaScript rendering
Readability content extraction
Markdown or HTML output
Parallel multi-URL fetching
Configurable timeouts and navigation waits
Optional resource blocking and visible debugging

How Fetcher MCP works

What jae-jae/fetcher-mcp MCP server does

The jae-jae/fetcher-mcp MCP server retrieves web pages through Playwright and is intended for sites whose content depends on JavaScript execution. It can return either the page's main readable content or the broader page content. By default, extracted content is returned as Markdown; callers can request HTML instead.

The server exposes three tools:

  • fetch_url loads one URL and returns its content.
  • fetch_urls loads several URLs concurrently using multiple browser tabs and combines the results with separators.
  • browser_install installs the Chromium binary required by Playwright.

Content extraction uses a Readability-based approach to remove elements such as navigation and advertisements. Resource blocking can disable images, stylesheets, fonts, and media to reduce unnecessary loading.

How it works

Each fetch runs in a browser context rather than using a basic HTTP request. The request can specify when navigation is considered complete: load, domcontentloaded, networkidle, or commit. The default navigation timeout is 30 seconds, while an optional second navigation wait can handle redirects or verification flows.

fetch_url accepts a required url and optional controls for timeout, extraction, output type, maximum character count, media blocking, and debug mode. fetch_urls accepts a required array of URLs and supports the same fetch settings. The default behavior extracts the main content, returns Markdown, imposes no content-length limit, and disables media resources.

For sites that require an interactive login, jae-jae/fetcher-mcp MCP server can run with a visible browser window. A user can log in manually, after which the authenticated browser session is used for fetching. Debug mode can be enabled when starting the process or for an individual request.

Setup and configuration

Run the server locally with:

Terminal
npx -y fetcher-mcp

Playwright Chromium must be installed separately the first time:

Terminal
npx playwright install chromium

The documented Claude Desktop configuration starts the server over standard input/output with the npx command and the -y fetcher-mcp arguments. The project also provides a Docker image at ghcr.io/jae-jae/fetcher-mcp:latest and documents port 3000 for container deployment.

For network-based clients, start jae-jae/fetcher-mcp MCP server with --transport=http. This provides a Streamable HTTP endpoint at /mcp and an SSE endpoint at /sse; host and port can be set with --host and --port. The --debug flag displays the browser window.

Limitations and notes

A working Chromium installation is required for browser operations. Some pages may need longer timeouts, an additional navigation wait, or visible-browser interaction for verification and login steps. Intelligent extraction may omit content that is not identified as the page's main content; set extractContent to false when the complete page is needed. Set returnHtml to true when downstream processing requires HTML rather than Markdown.

The README documents local execution, HTTP/SSE transport, Docker deployment, and Claude Desktop configuration. It does not document API-key authentication or server-side credentials.

Read the full README โ†’View source on GitHub โ†’

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • MCP Read Website Fast logoMCP Read Website Fast

    Fast, token-efficient web content extraction for AI agents - converts websites to clean Markdown while preserving links. Features Mozilla Readability, smart caching, polite crawling with robots.txt support, and concurrent fetching.

    ๐Ÿ”Ž Search & Data Extraction4 views
    Compare vs MCP Read Website Fast โ†’
  • Firecrawl MCP Server logoFirecrawl MCP Server
    Verified

    Official Firecrawl server to search the web and scrape, crawl, map, and extract structured data from any site for LLMs. Handles JS-rendered pages, PDFs, and batch jobs; hosted remote MCP with OAuth or self-host.

    ๐Ÿ”Ž Search & Data Extraction5 views
    Compare vs Firecrawl MCP Server โ†’
  • Brightdata MCP logoBrightdata MCP

    Discover, extract, and interact with the web - one interface powering automated access across the public internet.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Brightdata MCP โ†’
  • Webscraping AI MCP Server logoWebscraping AI MCP Server

    Interact with WebScraping.ai for web data extraction and scraping.

    ๐Ÿ”Ž Search & Data Extraction3 views
    Compare vs Webscraping AI MCP Server โ†’

Adoption & maintenance

Factual signals from GitHub, npm, and our automated checks โ€” not a rating.

GitHub stars
1.1k
Stargazers on the source repository.
npm downloads
35k
Package downloads in the last 30 days.
Last commit
8mo ago
Most recent push to the default branch.
Directory activity
5 views
Config copies, upvotes, and views on AllMCPs.

Reviews

No reviews yet โ€” be the first to share how this listing worked for you.

Frequently Asked Questions about Fetcher MCP

Run `npx -y fetcher-mcp`, then install the required browser with `npx playwright install chromium`.

AllMCPs Directory Badge

Full Badge Customizer

Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.

Badge Style:
Live Dynamic SVG PreviewFetcher MCP AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/jae-jae-fetcher-mcp?style=directory)](https://allmcps.com/mcp/jae-jae-fetcher-mcp)
HTML Embed
<a href="https://allmcps.com/mcp/jae-jae-fetcher-mcp"><img src="https://allmcps.com/api/badge/jae-jae-fetcher-mcp?style=directory" alt="Fetcher MCP on AllMCPs" /></a>

Technical Specs & Signals

Category๐Ÿ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand โ–พ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
ClientsClaude Desktop
Last updatedSep 2, 2026
9/10 checks healthy over the last 31d
Views5
Unique ViewsTotal visits recorded for this listing page on AllMCPs.
Installs0
Installs & Copy ActionsTotal times users copied install commands or configuration snippets for this server.
GitHub stars1,081
GitHub Star CountTotal stargazers on GitHub representing community popularity (1,081 stars).
Last commit8mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Jan 14, 2026
npm downloads35,502/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
60Quality signal: Good ยท 60/100How this signal is calculated โ–พ
Server availabilityNot measured

Not scored for repo-hosted servers โ€” we can't reach the running server, only its GitHub page. Hosted MCP endpoints are health-checked live.

Verified ownership10/20
Documentation & tools24/30
Adoption & activity10/15
Community engagement1/10

A guidance signal from public completeness & health data โ€” not a user rating. New listings start lower and rise as they add docs, get verified, and grow adoption. Signals we can't observe for a listing are skipped, not counted against it.

Supply-chain signal

No high-severity advisories surfaced by our automated scan.

Critical 0High 0Medium 0Low 0

Scanned 16d ago via OSV.dev ยท fetcher-mcp (npm)

โ˜… Spotlight Slot

Feature Your MCP Server

Get maximum visibility for your server across our directory, search results, and detail pages.

Spotlight Your Server

Own this project?

This directory is pre-filled from public sources. Claim via GitHub README, site badge, or DNS TXT to unlock edit access and the Official badge โ€” proof is checked automatically, then reviewed by our team.

Free dofollow backlink: add your website and place the AllMCPs badge on it โ€” no claim needed. We detect it automatically and keep it verified as long as the badge stays live.

Claim & get free dofollow

Share & Embed

Add our SVG badge (dark/light directory styles) or embeddable widget to your site.

Explore more

More in ๐Ÿ”Ž Search & Data Extraction โ†’Best MCP servers for Web Search & Scraping โ†’Alternatives to Fetcher MCP โ†’Install in Claude DesktopInstall in CursorInstall in VS Code