Crawl4AI MCP Server
@weidwonder
关于 Crawl4AI MCP Server
用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"crawl4ai-mcp-server": {
"command": "python",
"args": [
"-m",
"venv",
"crawl4ai_env"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is Crawl4AI MCP Server?
Crawl4AI MCP Server is an MCP (Model Context Protocol) server that equips AI assistant systems with multi‑engine search and LLM‑optimized web page content understanding. It supports DuckDuckGo (default) and Google search, and provides intelligent content extraction with citation‑enabled output formats.
How to use Crawl4AI MCP Server?
Install via cloning the repository, creating a Python 3.9+ virtual environment, installing dependencies (pip install -r requirements.txt) and the Playwright browser (playwright install), or via Smithery for Claude Desktop. The server exposes two tools: search (with parameters query, num_results, engine) and read_url (with parameters url and format). To use Google search, configure config.json with an API key and CSE ID.
Key features of Crawl4AI MCP Server
- Multi‑engine search (DuckDuckGo and Google)
- LLM‑optimized web content extraction with noise filtering
- Automatic identification and retention of key content
- Multiple output formats including markdown with citations
- High‑performance asynchronous design based on FastMCP
Use cases of Crawl4AI MCP Server
- AI assistants performing web research and fact‑checking
- Summarizing and extracting core information from articles
- Gathering search results from multiple engines simultaneously
- Providing LLMs with clean, citation‑tracked web content
FAQ from Crawl4AI MCP Server
Which search engines are supported?
DuckDuckGo (default, no API key required) and Google (requires API key and CSE ID configured in config.json). The "engine" parameter can be set to "duckduckgo", "google", or "all".
What Python version is required?
Python 3.9 or higher is required.
What output formats does the read_url tool support?
It supports markdown_with_citations (default), fit_markdown, raw_markdown, references_markdown, fit_html, and markdown.
Is an API key needed to use DuckDuckGo search?
No, DuckDuckGo search works without any API key. Google search requires a Google API key and a Custom Search Engine ID.
What dependencies are needed beyond Python?
The Playwright browser must be installed (playwright install). All other dependencies are listed in requirements.txt.
其他 分类下的更多 MCP 服务器
🪟 Windows-MCP
CursorTouchMCP Server for Computer Use in Windows
Awesome Mlops
visengerA curated list of references for MLOps
Servers
modelcontextprotocolModel Context Protocol Servers
🚀 Model Context Protocol (MCP) Curriculum for Beginners
microsoftThis open-source curriculum introduces the fundamentals of Model Context Protocol (MCP) through real-world, cross-language examples in .NET, Java, TypeScript, JavaScript, Rust and Python. Designed for developers, it focuses on practical techniques for building modular, scalable,
ghidraMCP
LaurieWiredMCP Server for Ghidra
评论