Skip to content

Crawler MCP Server Setup for Claude, Cursor & Zed

crawler-mcp is a small local binary that exposes crawler.sh as a Model Context Protocol server. Agents like Claude Code, Claude Desktop, Cursor, OpenCode, Zed, and any other MCP-aware client can call into it over stdio to crawl a site, fetch a single page, or discover links - and get back clean Markdown they can reason over.

The server is a thin shim over the same crawling engine the CLI and desktop app use. JavaScript rendering, robots.txt politeness, and per-host backoff are all on by default.

  1. curl -fsSL https://install.crawler.sh/install-mcp.sh | sh

    See the Installation guide for manual downloads, custom install directories, and tier caps.

  2. Pick the agent you use:

  3. See the Tool reference for the three exposed tools - crawl_site, fetch_page, discover_links - with parameters, defaults, and return shapes.