Back to Apps

Servo Fetch
by konippi
High-performance browser engine for fetching and rendering web content as Markdown or JSON without Chromium.
0 stars
Works in:claude
Exposes:Tools
What it does\nServo Fetch embeds the Servo browser engine to execute JavaScript, compute CSS layout, and extract clean content from web pages. It is designed specifically for AI agents, providing a lightweight alternative to heavy Chromium-based tools for web scraping and content extraction.\n\n## Tools\n- fetch: Renders a URL and returns clean Markdown or JSON.\n- batch_fetch: Fetches multiple URLs concurrently.\n- crawl: Performs BFS link traversal of a site with robots.txt respect.\n- map: Discovers URLs via sitemap without rendering.\n- screenshot: Captures PNG or full-page screenshots using a software renderer.\n- execute_js: Runs custom JavaScript on the page and returns the result.\n\n## Installation\nAdd the following to your claude_desktop_config.json:\n\njson\n{\n "mcpServers": {\n "servo-fetch": {\n "command": "servo-fetch",\n "args": ["mcp"]\n }\n }\n}\n\n\n## Supported hosts\n- Claude Desktop
Quick install
curl -fsSL https://raw.githubusercontent.com/konippi/servo-fetch/main/install.sh | shInformation
- Pricing
- free
- Published
- 7/24/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
Claude Desktop
{"mcpServers": {"servo-fetch": {"command": "servo-fetch", "args": ["mcp"]}}}





