Crawl4AI MCP ServerServer

weidwonder
GitHub
searchweb scrapingLLM

Loading subscription status...

💡 Description

Crawl4AI 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.

📝 JSON Entries

{
  "mcpServers": [
    {
      "Crawl4AI": {
        "args": [
          "{\"query\": \"python programming\", \"num_results\": 5}"
        ],
        "command": "search"
      }
    },
    {
      "Crawl4AI": {
        "env": {
          "google": {
            "cse_id": "your-google-cse-id",
            "api_key": "your-google-api-key"
          }
        },
        "args": [
          "{\"url\": \"https://example.com\", \"format\": \"markdown_with_citations\"}"
        ],
        "command": "read_url"
      }
    }
  ]
}

🛠️ Tools

searchread_url

Features

  • Multi-engine search capabilities
  • LLM-optimized web content extraction
  • Smart content filtering
  • Various output formats

💬 Example Queries

  • DuckDuckGo search for 'python programming' with 5 results
  • Google search for 'python programming' with 5 results