AnyCrawl MCP Server, with Scrape, Crawl and SERP.
Anycrawl MCP server is a hosted integration for AI assistants that speak the Model Context Protocol. AnyCrawl MCP Server, with Scrape, Crawl and SERP.
🚀 AnyCrawl MCP Server — Powerful web scraping and crawling for Cursor, Claude, and other LLM clients via the Model Context Protocol (MCP).
AnyCrawl is a powerful Node.js/TypeScript crawler that turns websites into LLM-ready data and extracts structured SERP results from Google/Bing/Baidu/etc. It features native multi-threading for bulk processing and supports multiple output formats.
Once Anycrawl is connected, these are the calls the assistant has available:
SSE — https://mcp.anycrawl.dev/{API_KEY}/sseMarkdown — Clean, structured markdown content perfect for LLM consumptionHTML — The HTML tool exposed by this serverText — The Text tool exposed by this serverScreenshot — The Screenshot tool exposed by this serverCheerio — The Cheerio tool exposed by this serverPlaywright — The Playwright tool exposed by this serverPuppeteer — The Puppeteer tool exposed by this serverPrerequisites — The Prerequisites tool exposed by this serverSetup — The Setup tool exposed by this serverBuild — The Build tool exposed by this serverTest — The Test tool exposed by this serverBeing a remote server, there is no local install. You register the endpoint with your client, authorise it once, and the tools appear.
You will need 6 environment variables: ANYCRAWL_API_KEY, ANYCRAWL_BASE_URL, ANYCRAWL_HOST, ANYCRAWL_PORT, LOG_LEVEL, YOUR_API_KEY. The server will not start without them, which is usually why the tools fail to appear on a first run. Keep credentials in your client's env block or a secrets manager rather than in a file you might commit.
Plenty of browser automation servers cover similar ground. The differences that matter in practice are scope of access and how much setup stands between you and a working tool call. Anycrawl's toolset — SSE, Markdown, HTML and 11 more — is a fair guide to whether it matches your workflow. It is maintained by any4ai; worth a glance at recent repository activity before you build anything load-bearing on it.
We check each listing at SyncDev against the project's documentation before it goes live — if something here drifts out of date, it is a bug worth reporting.
| Tool | What it does |
|---|---|
| SSE | https://mcp.anycrawl.dev/{API_KEY}/sse |
| Markdown | Clean, structured markdown content perfect for LLM consumption. |
| HTML | The HTML tool exposed by this server. |
| Text | The Text tool exposed by this server. |
| Screenshot | The Screenshot tool exposed by this server. |
| Cheerio | The Cheerio tool exposed by this server. |
| Playwright | The Playwright tool exposed by this server. |
| Puppeteer | The Puppeteer tool exposed by this server. |
| Prerequisites | The Prerequisites tool exposed by this server. |
| Setup | The Setup tool exposed by this server. |
| Build | The Build tool exposed by this server. |
| Test | The Test tool exposed by this server. |
| Lint | The Lint tool exposed by this server. |
| Format | The Format tool exposed by this server. |
{
"mcpServers": {
"mcp-server-anycrawl": {
"command": "npx",
"args": ["-y", "anycrawl-mcp"],
"env": {
"ANYCRAWL_API_KEY": "YOUR_API_KEY"
}
}
}
}Configuration as documented by the project. Restart the client after saving.
| Variable | Description | Required |
|---|---|---|
| ANYCRAWL_API_KEY | Credential the server authenticates with. | Yes |
| ANYCRAWL_BASE_URL | Endpoint or connection string the server talks to. | Yes |
| ANYCRAWL_HOST | Endpoint or connection string the server talks to. | Optional |
| ANYCRAWL_PORT | Configuration value read at startup. | Optional |
| LOG_LEVEL | Configuration value read at startup. | Optional |
| YOUR_API_KEY | Credential the server authenticates with. | Yes |
Microsoft's official browser automation server — drive a real browser through the accessibility tree, no screenshots needed.
Industrial-strength web extraction — render, scrape, crawl and search entire sites into clean markdown.
The original Chromium automation reference server — simple, screenshot-driven browser control.
Give your coding agent the full DevTools toolbox: traces, network, console, heap snapshots and Lighthouse.
Puppeteer-powered browser control that drives pages from the accessibility tree instead of pixels.
Cloud browsers for AI agents — automation sessions that run in Browserbase's fleet, not on your machine.