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. Servo Fetch
Servo Fetch logo
Health: ActiveRecent health check succeeded.Last checked 9/9/2026, 4:20:19 PM

Servo Fetch

User RatingsBe the first to rate and review this MCP server!
View Repository144 GitHub StarsTotal stargazers on GitHub for the source repository (144 stars).Visit Website
web-scrapingbrowser-automationdata-extractionmcp

Fetches, renders, crawls, and extracts web pages as Markdown, JSON, or screenshots without Chromium or an API key.

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": {
    "konippi-servo-fetch": {
      "command": "npx",
      "args": [
        "-y",
        "servo-fetch"
      ]
    }
  }
}

πŸ’‘ 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

konippi/servo-fetch MCP server gives agents browser-based tools for fetching, rendering, crawling, mapping, screenshotting, and running JavaScript on web pages. It embeds the Servo browser engine in a self-contained binary, including JavaScript execution, CSS layout, and software-rendered screenshots. The MCP interface exposes six tools over stdio or streamable HTTP, while the same project also provides CLI, Rust, Python, Node.js, and HTTP APIs. Reach for it when an agent needs rendered web content or structured extraction without managing Chromium or an external extraction API.

Use cases

β€’Fetch rendered pages as Markdown for agent context
β€’Extract structured records with CSS-selector schemas
β€’Crawl documentation sites within a same-site boundary
β€’Capture full-page PNG screenshots without a GPU
β€’Discover site URLs from sitemaps

Key features

β€’Six built-in MCP tools
β€’JavaScript and CSS rendering with Servo
β€’Markdown, JSON, and PNG output
β€’Schema-driven CSS extraction
β€’Same-site crawling with robots.txt and rate limiting
β€’Isolated browser sessions

Capabilities & Tool Schemas

Inspect callable tools, capabilities, and parameters exposed to AI agents by Servo Fetch.

Extracted Tool Capabilities
Six built-in MCP tools
JavaScript and CSS rendering with Servo
Markdown, JSON, and PNG output
Schema-driven CSS extraction
Same-site crawling with robots.txt and rate limiting
Isolated browser sessions

How Servo Fetch works

What konippi/servo-fetch MCP server does

konippi/servo-fetch MCP server exposes web browsing and extraction functions through Model Context Protocol. It can retrieve a page after rendering JavaScript and CSS, return cleaned Markdown or structured JSON, capture a PNG screenshot, execute supplied JavaScript, and process multiple URLs. The underlying binary embeds the Servo browser engine rather than relying on Chromium or a hosted browser service.

The project is useful for agents that need more than raw HTTP responses. Rendered-position and visibility-aware extraction can remove common layout noise such as navigation, sidebars, footers, cookie notices, modals, and CSS-hidden elements. Schema-based extraction uses CSS selectors to produce structured records from repeated page elements.

How it works

The CLI starts the MCP interface with servo-fetch mcp. A local stdio configuration invokes the binary directly, while servo-fetch mcp --port 8080 enables the streamable HTTP mode. The MCP server provides six tools: fetch, batch_fetch, crawl, map, screenshot, and execute_js.

Fetching uses Servo to run page JavaScript and calculate CSS layout. Screenshots use a software renderer, so a GPU is not required. Batch fetching handles several URLs concurrently. Crawling follows links with breadth-first traversal, same-site scope, robots.txt support, and rate limiting. URL mapping uses sitemaps without rendering pages, which provides a lighter discovery path.

Browser sessions use one-use worker processes, keeping cookies and browser storage isolated between sessions. Requests can also include cookies and custom headers through the CLI and underlying APIs.

Setup and configuration

Install the CLI with the project’s shell installer, or use a prebuilt release, cargo binstall servo-fetch-cli, or cargo install servo-fetch-cli. The README also documents library installations for Rust, Python, and Node.js, but those are separate interfaces rather than requirements for the MCP process.

A stdio client configuration uses the following command and argument:

config.json
{
  "mcpServers": {
    "servo-fetch": {
      "command": "servo-fetch",
      "args": ["mcp"]
    }
  }
}

Linux headless environments may need libegl1, libfontconfig1, and libfreetype6, along with xvfb-run. macOS requires no extra setup according to the README. On Windows, the release ZIP is recommended because it includes the required libEGL.dll and libGLESv2.dll sidecar files.

Tools and capabilities

  • Fetch pages as cleaned Markdown or structured JSON.
  • Fetch multiple URLs concurrently with batch_fetch.
  • Crawl a site within a same-site boundary and configured limit.
  • Discover URLs from a sitemap with map.
  • Capture page or full-page PNG screenshots.
  • Run JavaScript in the page context with execute_js.
  • Extract fields from CSS-selector schemas.
  • Work through the CLI, Rust library, Python SDK, Node.js SDK, or HTTP API in addition to MCP.

Limitations and notes

konippi/servo-fetch MCP server requires the local servo-fetch executable for the documented stdio setup. The README states that it does not require an API key, but it does not describe authentication, access controls, or deployment security for the HTTP mode. Browser behavior is provided by Servo, so compatibility with every website or browser feature is not established by the supplied material.

The project lists Python 3.11 or later for its Python SDK. Linux deployments may need the additional graphics and font libraries noted above. The documented license is MIT OR Apache-2.0.

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

Related MCP Servers

View all in Search & Data Extraction View all alternatives
  • Scrapeless MCP Server logoScrapeless MCP Server

    The Scrapeless Model Context Protocol service acts as an MCP server connector to the Google SERP API, enabling web search within the MCP ecosystem without leaving it.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Scrapeless 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 β†’
  • Agentql MCP logoAgentql MCP

    MCP server that provides AgentQL's data extraction capabilities.

    πŸ”Ž Search & Data Extraction3 views
    Compare vs Agentql MCP β†’
  • Oxylabs Oxylabs MCP logoOxylabs Oxylabs MCP

    Fetch and process content from specified URLs using the Oxylabs Web Scraper API.

    πŸ”Ž Search & Data Extraction2 views
    Compare vs Oxylabs Oxylabs MCP β†’

Adoption & maintenance

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

GitHub stars
144
Stargazers on the source repository.
npm downloads
76
Package downloads in the last 30 days.
Last commit
1mo ago
Most recent push to the default branch.
Directory activity
3 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 Servo Fetch

Install the CLI with the project shell installer, a release binary, cargo binstall, or cargo install, then run `servo-fetch mcp`.

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 PreviewServo Fetch AllMCPs Directory Badge
Markdown (GitHub README)
[![AllMCPs](https://allmcps.com/api/badge/konippi-servo-fetch?style=directory)](https://allmcps.com/mcp/konippi-servo-fetch)
HTML Embed
<a href="https://allmcps.com/mcp/konippi-servo-fetch"><img src="https://allmcps.com/api/badge/konippi-servo-fetch?style=directory" alt="Servo Fetch on AllMCPs" /></a>

Technical Specs & Signals

CategoryπŸ”ŽSearch & Data Extraction
PricingFree
More technical detailsExpand β–Ύ
TransportSTDIO
RuntimeNode.js
AuthNo auth required
Last updatedSep 7, 2026
Views3
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 stars144
GitHub Star CountTotal stargazers on GitHub representing community popularity (144 stars).
Last commit1mo ago
Last Repository CommitThe most recent commit or push recorded for this server's GitHub repository.Last commit on Aug 11, 2026
npm downloads76/mo
Monthly npm DownloadsAverage monthly package installs recorded from npm registry statistics.
55Quality signal: Good Β· 55/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 & tools23/30
Adoption & activity8/15
Community engagement0/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 20d ago via OSV.dev Β· servo-fetch (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 Servo Fetch β†’Install in Claude DesktopInstall in CursorInstall in VS Code