crawl4ai-mcp-server

weidwonder/crawl4ai-mcp-server
★ 133 stars Python 🤖 AI/LLM Updated 1mo ago
用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token
View on GitHub →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "crawl4ai-mcp-server": {
      "command": "uvx",
      "args": [
        "crawl4ai-mcp-server"
      ]
    }
  }
}

Or install with pip: pip install crawl4ai-mcp-server