CrawlEyes MCP Server
Rank #10,206io.github.waiky-github/CrawlEyes
Web scraping & search for AI agents: extract, SearXNG search, rerank, robots compliance. No API key.
CrawlEyes MCP Server is a Model Context Protocol (MCP) server published by waiky-github. It ranks #10,206 of 132,113 servers tracked on MCP Toplist, and its repository has 2 GitHub stars. CrawlEyes MCP Server is listed across 2 registries — Official MCP and Glama, with 2 tracked versions. It was first listed on Aug 31, 2026 and most recently updated on Sep 1, 2026.
Ranks ahead of 121,907 of 132,113 servers on MCP Toplist.
Use CrawlEyes MCP Server
No credentials or required configuration declared — add it to your MCP client and go.
claude mcp add crawleyes -e "SEARXNG_URL=<your SEARXNG_URL>" -e "TAVILY_API_KEY=<your TAVILY_API_KEY>" -- uvx crawleyesReplace each placeholder with your own value before saving.
[mcp_servers.crawleyes]
command = "uvx"
args = ["crawleyes"]
[mcp_servers.crawleyes.env]
SEARXNG_URL = "<your SEARXNG_URL>"
TAVILY_API_KEY = "<your TAVILY_API_KEY>"Add to ~/.codex/config.toml. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crawleyes": {
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Add to claude_desktop_config.json (Settings → Developer → Edit Config). Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crawleyes": {
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Add to ~/.cursor/mcp.json (global) or .cursor/mcp.json (per project). Replace each placeholder with your own value before saving.
{
"servers": {
"crawleyes": {
"type": "stdio",
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Save as .vscode/mcp.json in your workspace. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crawleyes": {
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Add to ~/.codeium/windsurf/mcp_config.json. Replace each placeholder with your own value before saving.
{
"mcpServers": {
"crawleyes": {
"command": "uvx",
"args": [
"crawleyes"
],
"env": {
"SEARXNG_URL": "<your SEARXNG_URL>",
"TAVILY_API_KEY": "<your TAVILY_API_KEY>"
}
}
}
}Replace each placeholder with your own value before saving.
Show your rank
Maintain this server? Add the live rank badge to your README — it updates automatically as the leaderboard changes.
[](https://mcptoplist.com/server/io.github.waiky-github%2FCrawlEyes)<a href="https://mcptoplist.com/server/io.github.waiky-github%2FCrawlEyes"><img src="https://mcptoplist.com/badge/io.github.waiky-github%2FCrawlEyes.svg" alt="MCP Toplist: Top 10% of 132,113" /></a>Variants: append ?metric=score or ?metric=stars to the image URL.
Listed on 2 registries
waiky-github
Other servers by waiky-github
View all waiky-github servers →Available versions (2)
| Version | Published |
|---|---|
| 0.2.0 | Sep 1, 2026 |
| 0.1.0 | Aug 31, 2026 |
Frequently asked questions
- Who maintains CrawlEyes MCP Server?
- CrawlEyes MCP Server is maintained by waiky-github, which publishes 2 MCP servers (2 total versions) tracked on MCP Toplist.
- Is CrawlEyes MCP Server listed on the Official MCP Registry?
- Yes — CrawlEyes MCP Server is listed on the Official MCP Registry, alongside Glama.
- How many versions does CrawlEyes MCP Server have?
- MCP Toplist tracks 2 versions of CrawlEyes MCP Server, most recently published on Sep 1, 2026.
- Where can I find the source code for CrawlEyes MCP Server?
- The source code for CrawlEyes MCP Server is hosted at github.com/waiky-github/CrawlEyes.
Do you run this server?
Community projects list the MCP servers behind real agents and apps. Publish yours and this page will link to it.