crawl4ai-mcp-server

用于提供给本地开发者的 LLM的高效互联网搜索&内容获取的MCP Server, 节省你的token

GitHub Stars

109

User Rating

Not Rated

Favorites

0

Views

24

Forks

21

Issues

3

Installation
Difficulty
Beginner
Estimated Time
5-10 minutes

Installation

Installation

Prerequisites

Required software and versions:
Python: 3.9 or higher

Installation Steps

1. Clone Repository

bash
git clone https://github.com/weidwonder/crawl4ai-mcp-server.git
cd crawl4ai-mcp-server

2. Create and Activate Virtual Environment

bash
python -m venv crawl4ai_env
source crawl4ai_env/bin/activate  # Linux/Mac

or

. extbackslash crawl4ai_env extbackslash Scripts extbackslash activate # Windows

3. Install Dependencies

bash
pip install -r requirements.txt

4. Install Playwright Browser

bash
playwright install

5. Install via Smithery

bash
npx -y @smithery/cli install @weidwonder/crawl4ai-mcp-server --client claude

Troubleshooting

Issue: Server won't start Solution: Check Python version and reinstall dependencies.

Additional Resources