Back to MCP directory
publicPublicdnsLocal runtime

crawl4ai-mcp

一个基于AI的网络爬虫项目,提供MCP服务

article

README

🚀 爬虫4AI - MCP

爬虫4AI - MCP 是一款专门为人工智能相关任务设计的爬虫工具,它能够高效地采集数据,为AI模型的训练和研究提供有力支持,解决了AI领域数据获取的难题。

由于提供的原始文档内容过于简略,没有更多具体信息,无法进一步生成其他章节内容。若你能提供更多关于该项目的详细信息,如快速开始步骤、主要特性、安装指南、使用示例、技术细节、许可证等,我将为你完成更完善的美化。

help

Runtime guide

cloud

Hosted runtime

Hosted servers run from a provider-managed environment. You usually connect the MCP client to the hosted endpoint or follow the provider's authorization flow, without keeping a local process alive

  1. Open provider connection page
  2. Authorize or copy endpoint
  3. Connect from your MCP client
terminal

Local runtime / other methods

Local servers run on your own machine or infrastructure. You normally copy the server_config into your MCP client, install the required package, and provide env variables from env_schema when needed

  1. Copy server_config
  2. Install required package
  3. Fill env variables and restart client