Skip to main content
Glama

Crawl4AI MCP Server

# Generated by https://smithery.ai. See: https://smithery.ai/docs/config#dockerfile # Use the official lightweight Python image. FROM python:3.9-slim # Set environment variables ENV PYTHONDONTWRITEBYTECODE=1 ENV PYTHONUNBUFFERED=1 # Set the working directory WORKDIR /app # Copy the current directory contents into the container at /app COPY . /app # Install dependencies RUN pip install --no-cache-dir --upgrade pip && \ pip install --no-cache-dir -r requirements.txt # Install Playwright browsers RUN playwright install # Entrypoint to start the server CMD ["python", "src/index.py"]

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/weidwonder/crawl4ai-mcp-server'

If you have feedback or need assistance with the MCP directory API, please join our Discord server