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.
MCP
konippi/servo-fetch
Added 15 June 2026
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
How to use
Install
servo-fetch mcp Tools exposed
fetchbatch_fetchcrawlmapscreenshotexecute_js
Example client config
{\n "mcpServers": {\n "servo-fetch": {\n "command": "servo-fetch",\n "args": ["mcp"]\n }\n }\n} 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
Pairs with
Other entries in the index that connect to this one. Click through to see the chain.
Get the free Developer’s Field Guide
A 27-page field guide to the AI coding workflow with Claude. Claude Code, MCP servers, the prompt patterns that work, and what to delegate. Free.
Enter your work email. We send it straight over, plus a few short notes worth knowing. Unsubscribe any time.