Enterprise DNA
M MCP Servers Developer low

konippi/servo-fetch

by Various

A self-contained browser engine that fetches, renders, and extracts web content as Markdown, JSON, or screenshots — no Chromium, no API key, no setup.

K

MCP

konippi/servo-fetch

Added 15 June 2026

#agent-skills #cli #fetch #mcp #rust #servo #web-scraping

Overview

konippi/servo-fetch is a self-contained browser engine written in Rust for fetching, rendering, and extracting web content as Markdown, JSON, or screenshots. It operates without requiring Chromium, API keys, or setup, using Servo's rendering engine internally.

Best for

Best for
Developers who need a lightweight, dependency-free web scraper or renderer in Rust

Use cases

  • Extract web page content as clean Markdown for LLM training or data processing
  • Capture headless screenshots of pages for monitoring or preview generation
  • Convert live web data to JSON for scraping pipelines or automation

Notes

konippi/servo-fetch is a self-contained browser engine written in Rust for fetching, rendering, and extracting web content as Markdown, JSON, or screenshots. It operates without requiring Chromium, API keys, or setup, using Servo’s rendering engine internally.

125 stars on GitHub. Last updated 2026-06-15. Licensed Apache-2.0.

Use cases

  • Extract web page content as clean Markdown for LLM training or data processing
  • Capture headless screenshots of pages for monitoring or preview generation
  • Convert live web data to JSON for scraping pipelines or automation

Pros

  • Zero external dependencies: no Chromium or API keys needed, reducing deployment complexity
  • Lightweight and fast due to Rust implementation, suitable for CI or serverless environments
  • Produces structured output (Markdown, JSON) directly, eliminating post-processing

Cons

  • Limited browser compatibility: Servo misses modern web features compared to Chromium or Firefox
  • Small community and fewer stars (125) suggest less active maintenance or support
  • Rust learning curve required for customization or troubleshooting

Indexed from awesome-mcp-servers-punkpeye and enriched against its public facts.

Pros

  • Zero external dependencies: no Chromium or API keys needed, reducing deployment complexity
  • Lightweight and fast due to Rust implementation, suitable for CI or serverless environments
  • Produces structured output (Markdown, JSON) directly, eliminating post-processing

Cons

  • Limited browser compatibility: Servo misses modern web features compared to Chromium or Firefox
  • Small community and fewer stars (125) suggest less active maintenance or support
  • Rust learning curve required for customization or troubleshooting