Skip to main content
Glama
AgentNex

ZeroCrawl MCP

by AgentNex

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


Related MCP server: mcp-services

📖 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.

A
license - permissive license
-
quality - not tested
A
maintenance

Maintenance

–Maintainers
–Response time
–Release cycle
1Releases (12mo)
Commit activity

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Related MCP Servers

  • A
    license
    -
    quality
    D
    maintenance
    Web scraping MCP server for Al agents. 6 tools: extract clean text/markdown from any URL, structured scraping with CSS selectors, full-page screenshots via Playwright, link extraction with regex filtering, metadata extraction (OG tags, Twitter cards), and Google search. Free tier: 50 requests/IP/day.
    6
    MIT
  • A
    license
    -
    quality
    D
    maintenance
    Multi-tool MCP server for AI agents with 29 tools across web scraping, SEO analysis, screenshot and PDF generation, domain intelligence, content extraction, multi-chain EVM blockchain queries, and security toolkit. Free tier available with no auth required.
    33
    1
    MIT
  • A
    license
    A
    quality
    D
    maintenance
    A comprehensive MCP server providing 15 web tools including search, scraping, screenshots, SEO audits, and DNS/SSL checks through a single installation. It delivers clean, LLM-optimized outputs so AI agents can focus on reasoning rather than parsing raw HTML.
    15
    11
    MIT
  • A
    license
    A
    quality
    C
    maintenance
    An APAC-native web scraping API for AI agents that provides tools for scraping, crawling, searching, and extracting structured data from websites, directly usable from MCP-compatible clients like Claude Desktop, Cursor, and Windsurf.
    7
    12
    MIT

View all related MCP servers

Related MCP Connectors

  • Zenrows MCP server — Fetch, Extract, Batch, and Browser Sessions for AI coding assistants

  • Screenshot, diff, audit and sitemap-capture any web page — 5 MCP tools for AI agents.

  • Free public MCP for AI agents — 193 tools, 44 workflows. No API key.

View all MCP Connectors

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/AgentNex/zerocrawl-mcp'

If you have feedback or need assistance with the MCP directory API, please join our Discord server