Skip to content
Windsurf

CrawlEyes MCP Server for Windsurf

io.github.waiky-github/crawleyes

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

client:Windsurf transport:stdio runtime:pypi

Install CrawlEyes MCP Server in Windsurf

~/.codeium/windsurf/mcp_config.json · windows: %USERPROFILE%\.codeium\windsurf\mcp_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>"
      }
    }
  }
}

Global only — Windsurf has no per-project MCP config. Refresh Cascade after saving. Windsurf docs

CrawlEyes MCP Server in other clients