Back to Home
amienbou121 icon

crawl4ai-mcp-server

Verified Safe

by amienbou121

Overview

A lightweight server providing web scraping and crawling tools, designed for integration with AI frameworks like OpenAI Agents SDK, Cursor, and Claude Code.

Installation

Run Command
docker run --rm -i --volume /path/to/local/output:/app/crawls uysalsadi/crawl4ai-mcp-server:latest

Environment Variables

  • CRAWL4AI_MCP_LOG
  • TARGET_URL
  • OPENAI_API_KEY

Security Notes

The server explicitly implements safety measures in `crawler_agent/safety.py` to block non-public HTTP(S) URLs, including localhost, private IPs, and certain internal domains. It also mentions respecting `robots.txt` and enforcing domain policies. No direct 'eval' or obvious malicious patterns were found. The use of external web requests always carries inherent risk, but the codebase shows a good effort in mitigating common network-related vulnerabilities.

Similar Servers

Stats

Interest Score32
Security Score9
Cost ClassHigh
Avg Tokens3000
Stars2
Forks0
Last Update2026-01-19

Tags

Web ScrapingWeb CrawlingAI IntegrationMCP ServerData Extraction