CrawlEyes MCP Server for Grok
io.github.waiky-github/crawleyes
Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.
client:Grok
transport:stdio
runtime:pypi
Install CrawlEyes MCP Server in Grok
.mcp.json (in your project root)
{
"mcpServers": {
"crawleyes": {
"type": "stdio",
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<SEARXNG_URL>",
"TAVILY_API_KEY": "<TAVILY_API_KEY>"
}
}
}
}
Grok Build reads Claude Code's .mcp.json and Claude Desktop's config unchanged, so a server you have already set up there needs nothing new. The Grok web app and X integration do not take custom servers. Grok docs