Anycrawl MCP Server
A

Anycrawl MCP Server

AnyCrawl MCP Server is a web crawling and scraping server based on the Model Context Protocol (MCP), supporting single - page scraping, website crawling, and search engine integration, and providing multiple output formats and engine options.
2 points
4.4K

What is AnyCrawl MCP Server?

AnyCrawl MCP Server is a professional web content extraction tool designed specifically for AI assistants and chatbots. It can intelligently extract text, images, and structured data from web pages, enabling AI to 'see' and understand web content.

How to use AnyCrawl MCP Server?

Simply obtain an API key, configure it in a supported AI client, and you can directly use the web scraping function in the conversation. It supports single - page scraping, full - site crawling, and search engine integration.

Use Cases

Suitable for scenarios that require obtaining information from web pages, such as content analysis, market research, competitor analysis, academic research, and news aggregation.

Main Features

Web Scraping
Extract content from a single URL, supporting multiple output formats including Markdown, HTML, text, and screenshots.
Full - Site Crawling
Automatically crawl an entire website, with configurable crawling depth and page quantity limits.
Search Engine Integration
Directly search for information through a search engine and automatically scrape relevant web pages.
Multi - Engine Support
Supports three scraping engines: Playwright, Cheerio, and Puppeteer, suitable for different types of web pages.
Asynchronous Operations
Non - blocking crawling tasks, supporting status monitoring and progress query.
Multi - Mode Deployment
Supports three communication modes: STDIO, HTTP, and SSE, meeting the needs of different clients.
Advantages
Easy to use: No programming knowledge is required, and it can be used directly in AI conversations.
Powerful functionality: Supports scraping of complex web pages and dynamic content.
Free quota: New users are given 1500 scraping quotas.
Multiple output formats: Provides an AI - friendly Markdown format.
Reliable and stable: Professional error handling and retry mechanisms.
Limitations
Requires an internet connection: Depends on the AnyCrawl cloud service.
Usage restrictions: Subject to API call limits.
Technical limitations: Some anti - scraping websites may not be scraped.
Latency issue: Complex crawling tasks may require waiting time.

How to Use

Obtain an API Key
Visit the anycrawl.dev website to register an account and obtain a free API key in the console.
Configure the AI Client
Add the MCP server configuration according to the AI client you are using (Cursor, Claude, etc.).
Start Using
Directly use the scraping command in the AI conversation, such as 'Please scrape the content of this web page'.

Usage Examples

News Content Analysis
Quickly scrape the latest reports from multiple news websites for content comparison and analysis.
Product Research
Collect product information, prices, and user reviews from competitor websites.
Academic Research
Scrape abstracts of academic papers and research report content.

Frequently Asked Questions

Is it free?
Which AI clients are supported?
What is the scraping speed?
How to handle JavaScript - rendered web pages?
Are there any scraping restrictions?

Related Resources

Official Documentation
Complete technical documentation and API reference.
GitHub Repository
Open - source code and issue feedback.
AnyCrawl Official Website
Register an account and obtain an API key.
MCP Protocol Description
Official documentation of the Model Context Protocol.

Installation

Copy the following command to your Client for configuration
{
  "mcpServers": {
    "anycrawl-mcp": {
      "command": "npx",
      "args": ["-y", "anycrawl-mcp"],
      "env": {
        "ANYCRAWL_API_KEY": "YOUR-API-KEY"
      }
    }
  }
}

{
  "mcpServers": {
    "mcp-server-anycrawl": {
      "command": "npx",
      "args": ["-y", "anycrawl-mcp"],
      "env": {
        "ANYCRAWL_API_KEY": "YOUR_API_KEY"
      }
    }
  }
}

{
  "mcpServers": {
    "anycrawl": {
      "type": "sse",
      "url": "https://mcp.anycrawl.dev/{API_KEY}/sse",
      "name": "AnyCrawl MCP Server",
      "description": "Web scraping and crawling tools"
    }
  }
}

{
  "mcpServers": {
    "AnyCrawl": {
      "type": "streamable_http",
      "url": "https://mcp.anycrawl.dev/{API_KEY}/mcp"
    }
  }
}

{
  "mcpServers": {
    "anycrawl-http-local": {
      "type": "streamable_http",
      "url": "http://127.0.0.1:3000/mcp"
    }
  }
}

{
  "mcpServers": {
    "anycrawl-http-cloud": {
      "type": "streamable_http",
      "url": "https://mcp.anycrawl.dev/{API_KEY}/mcp"
    }
  }
}
Note: Your key is sensitive information, do not share it with anyone.

Alternatives

P
Praisonai
PraisonAI is a production-ready multi-AI agent framework with self-reflection capabilities, designed to create AI agents to automate the solution of various problems from simple tasks to complex challenges. It simplifies the construction and management of multi-agent LLM systems by integrating PraisonAI agents, AG2, and CrewAI into a low-code solution, emphasizing simplicity, customization, and effective human-machine collaboration.
Python
7.3K
5 points
H
Haiku.rag
Haiku RAG is an intelligent retrieval - augmented generation system built on LanceDB, Pydantic AI, and Docling. It supports hybrid search, re - ranking, Q&A agents, multi - agent research processes, and provides local - first document processing and MCP server integration.
Python
5.1K
5 points
C
Claude Context
Claude Context is an MCP plugin that provides in - depth context of the entire codebase for AI programming assistants through semantic code search. It supports multiple embedding models and vector databases to achieve efficient code retrieval.
TypeScript
14.0K
5 points
M
Maverick MCP
MaverickMCP is a personal stock analysis server based on FastMCP 2.0, providing professional level financial data analysis, technical indicator calculation, and investment portfolio optimization tools for MCP clients such as Claude Desktop. It comes pre-set with 520 S&P 500 stock data, supports multiple technical analysis strategies and parallel processing, and can run locally without complex authentication.
Python
10.2K
4 points
A
Acemcp
Acemcp is an MCP server for codebase indexing and semantic search, supporting automatic incremental indexing, multi-encoding file processing, .gitignore integration, and a Web management interface, helping developers quickly search for and understand code context.
Python
13.6K
5 points
K
Klavis
Klavis AI is an open-source project that provides a simple and easy-to-use MCP (Model Context Protocol) service on Slack, Discord, and Web platforms. It includes various functions such as report generation, YouTube tools, and document conversion, supporting non-technical users and developers to use AI workflows.
TypeScript
17.1K
5 points
M
MCP
The Microsoft official MCP server provides search and access functions for the latest Microsoft technical documentation for AI assistants
13.2K
5 points
S
Scrapling
Scrapling is an adaptive web scraping library that can automatically learn website changes and re - locate elements. It supports multiple scraping methods and AI integration, providing high - performance parsing and a developer - friendly experience.
Python
13.0K
5 points
M
Markdownify MCP
Markdownify is a multi-functional file conversion service that supports converting multiple formats such as PDFs, images, audio, and web page content into Markdown format.
TypeScript
30.3K
5 points
N
Notion Api MCP
Certified
A Python-based MCP Server that provides advanced to-do list management and content organization functions through the Notion API, enabling seamless integration between AI models and Notion.
Python
18.1K
4.5 points
G
Gitlab MCP Server
Certified
The GitLab MCP server is a project based on the Model Context Protocol that provides a comprehensive toolset for interacting with GitLab accounts, including code review, merge request management, CI/CD configuration, and other functions.
TypeScript
22.0K
4.3 points
D
Duckduckgo MCP Server
Certified
The DuckDuckGo Search MCP Server provides web search and content scraping services for LLMs such as Claude.
Python
62.7K
4.3 points
U
Unity
Certified
UnityMCP is a Unity editor plugin that implements the Model Context Protocol (MCP), providing seamless integration between Unity and AI assistants, including real - time state monitoring, remote command execution, and log functions.
C#
27.1K
5 points
F
Figma Context MCP
Framelink Figma MCP Server is a server that provides access to Figma design data for AI programming tools (such as Cursor). By simplifying the Figma API response, it helps AI more accurately achieve one - click conversion from design to code.
TypeScript
59.1K
4.5 points
M
Minimax MCP Server
The MiniMax Model Context Protocol (MCP) is an official server that supports interaction with powerful text-to-speech, video/image generation APIs, and is suitable for various client tools such as Claude Desktop and Cursor.
Python
41.6K
4.8 points
C
Context7
Context7 MCP is a service that provides real-time, version-specific documentation and code examples for AI programming assistants. It is directly integrated into prompts through the Model Context Protocol to solve the problem of LLMs using outdated information.
TypeScript
85.2K
4.7 points
AIBase
Zhiqi Future, Your AI Solution Think Tank
© 2026AIBase