Stats
Actions
Tags
Copy this JSON into your .mcp.json to enable this server
Add to your .mcp.json:
{
"mcpServers": {
"crawl4ai-mcp": {
"command": "docker",
"args": [
"run",
"--rm",
"-i",
"--volume",
"/tmp/crawl4ai-crawls:/app/crawls",
"uysalsadi/crawl4ai-mcp-server:latest"
],
"env": {
"CRAWL4AI_MCP_LOG": "INFO"
}
}
}
}Server configuration and connection parameters
dockerCommand-line arguments passed to the server process
Environment variables set when the server starts
CRAWL4AI_MCP_LOG=INFODeclared capabilities of this MCP server
First indexed Apr 21, 2026
npx claudepluginhub kaoz625/crawl4ai-mcp