CrawlEyes MCP Server for Cursor
io.github.waiky-github/crawleyes
Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.
client:Cursor
transport:stdio
runtime:pypi
Install CrawlEyes MCP Server in Cursor
~/.cursor/mcp.json · windows: %USERPROFILE%\.cursor\mcp.json
{
"mcpServers": {
"crawleyes": {
"type": "stdio",
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>"
}
}
}
}
Use .cursor/mcp.json in a project root instead to scope it to that project. Cursor merges both. Cursor docs