Skip to content
Claude Desktop

CrawlEyes MCP Server for Claude Desktop

io.github.waiky-github/crawleyes

Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.

client:Claude Desktop transport:stdio runtime:pypi

Install CrawlEyes MCP Server in Claude Desktop

~/Library/Application Support/Claude/claude_desktop_config.json · windows: %APPDATA%\Claude\claude_desktop_config.json

Held in this page only — never stored, logged, or sent anywhere but back to your screen.

{
  "mcpServers": {
    "crawleyes": {
      "command": "uvx",
      "args": [
        "crawleyes"
      ],
      "env": {
        "SEARXNG_URL": "<SEARXNG_URL>",
        "TAVILY_API_KEY": "<TAVILY_API_KEY>"
      }
    }
  }
}

Settings → Developer → Edit Config opens this file. Restart the app after saving. Claude Desktop docs

CrawlEyes MCP Server in other clients