crawl4ai-mcp-server

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

GitHub Stars

109

User Rating

Not Rated

Favorites

0

Views

7

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

Author Information
weidwonder
WolterSkluwerBeijing

26

Followers

47

Repositories

0

Gists

0

Total Contributions

Related MCPs
mcp-server-aws logo

A Model Context Protocol server implementation for operations on AWS resources

Python
autogenstudio-skills logo

Repo of skills for autogen studio using model context protocol (mcp)

Python
aws-mcp-server logo

A lightweight service that enables AI assistants to execute AWS CLI commands (in safe containerized environment) through the Model Context Protocol (MCP). Bridges Claude, Cursor, and other MCP-aware AI tools with AWS CLI for enhanced cloud infrastructure management.

Python