Skip to main content
Glama

License: MIT Vercel Serverless Ready TypeScript MCP Protocol Free Tier


🚀 1-Click Deploy

Deploy your own private instance of ZeroCrawl in seconds:

Deploy with Vercel


📖 Overview

ZeroCrawl MCP is a 100% free forever web crawling and scraping server designed for the Model Context Protocol (MCP). It allows AI agents, LLM tools, and IDEs like Claude Desktop and Cursor to navigate the web with zero budget. It requires no paid API keys and operates seamlessly within the limits of Vercel's Free Tier.

🛠 Available Tools

Tool Name

Parameters

Description

Output Format

scrape_page

url (string)

Fetches URL, cleans DOM with Readability, converts to Markdown, auto-fallback to Jina Reader on 403/SPA.

Markdown

crawl_domain

startUrl (string), maxPages (number), maxDepth (number)

Recursive same-domain link crawler with depth control and concurrency caps.

JSON

extract_metadata

url (string)

Structured OpenGraph, Twitter Cards, schema JSON-LD, and canonical data.

JSON

get_screenshot_and_media

url (string)

High-res full-page screenshot URL via Microlink + image URL extraction with alt tags.

JSON

parse_sitemap

domainUrl (string)

XML sitemap and sitemap index parser.

JSON

batch_scrape

urls (string[])

Concurrent multi-URL scraping engine.

Array of Markdown

search_and_crawl

query (string), limit (number)

Fetch web search results and concurrently scrape each target link.

JSON


Installation & Setup

We highly recommend utilizing our 1-Click Autonomous Agent Setup to completely eliminate manual configuration.

Don't want to configure this manually? Copy and paste the prompt below directly into your AI coding assistant (like Cursor, Windsurf, or Google Antigravity). Your AI will autonomously install, configure, and deploy the ZeroCrawl MCP server for you!

Copy & Paste this into your AI Agent:

Please install, configure, and deploy the ZeroCrawl MCP Server to my Vercel account. 

Execute these exact steps sequentially:
1. Run `git clone https://github.com/AgentNex/zerocrawl-mcp.git` and `cd zerocrawl-mcp`.
2. Run `npm install` to install all necessary packages.
3. Copy `.env.example` to `.env` and generate a secure random string for `AUTH_TOKEN`.
4. Run `npx vercel link --yes` to link the project to my Vercel account.
5. Deploy the project to production by running `npx vercel deploy --prod`.
6. Once successfully deployed, please configure my local MCP settings (in Claude Desktop or Cursor) to point to the new Vercel production URL at the `/api/mcp` endpoint using the `AUTH_TOKEN` you generated.

Performance Breakdown

ZeroCrawl is built from the ground up to operate within the constraints of Vercel's Free Tier:

  • Sub-9s Timeout Safeguards: Operations automatically gracefully downgrade or return partial data to prevent serverless timeouts.

  • In-Memory TTL Caching Layer: Eliminates redundant fetching and scraping by returning instant responses for recent queries within a 10-minute window.

  • Zero-Chromium Architecture: Bypasses the need for heavy headless browsers. It leverages smart HTTP fetchers, DOM cleanup with Mozilla's Readability, and Turndown for clean Markdown generation. For complex SPAs or blocks, it automatically falls back to Jina Reader APIs.


📄 License

MIT License (2026). See LICENSE for details.