Connects to a Crawl4AI docker API server, allowing interaction with Crawl4AI's web crawling functionality through the Model Context Protocol.
Crawl4AI Model Context Protocol Server
This MCP Server helps you connect to your Crawl4AI docker API server.
Built with gkzhb/fastmcp-template: TypeScript MCP Server Template.
Quick Start
Prerequisites:
- Node.js 18+
To start Crawl4AI MCP server:
Notice that the command above is for Crawl4AI server v0.6.x.
For Crawl4AI server before v0.6.0, please use 0.0.x:
This MCP server uses Streamable HTTP. And the default Streamable HTTP URL is http://localhost:8585/mcp
.
SSE is also supported and the SSE HTTP URL is http://localhost:8585/sse
.
To customize MCP server, here are the shell environment variables:
Variable | If Optional | Description |
---|---|---|
CRAWL4AI_URL | Required | Crawl4AI docker API server URL, eg. http://localhost:11545 |
CRAWL4AI_API_TOKEN | Optional | If Crawl4AI server enables authentication, you need to use this |
SERVER_PORT | Optional | MCP server port, default value is 8585 |
This server cannot be installed
Connect to your Crawl4AI docker API server.
Related MCP Servers
- -securityAlicense-qualityCrawl4AI MCP Server is an intelligent information retrieval server offering robust search capabilities and LLM-optimized web content understanding, utilizing multi-engine search and intelligent content extraction to efficiently gather and comprehend internet information.Last updated -95PythonMIT License
- -securityFlicense-qualityAn MCP server that crawls API documentation websites and exposes their content to AI models, enabling them to search, browse, and reference API specifications.Last updated -Python
- -securityFlicense-qualityAn MCP Server for Web scraping and Crawling, built using Crawl4AILast updated -23Python
- AsecurityFlicenseAqualityInteract with WebScraping.AI API for web data extraction and scrapingLast updated -72419JavaScript