GitHub Stars
109
User Rating
Not Rated
Favorites
0
Views
7
Forks
21
Issues
3
Installation
Difficulty
BeginnerEstimated 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
26
Followers
47
Repositories
0
Gists
0
Total Contributions
Related MCPs
A Model Context Protocol server implementation for operations on AWS resources
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.