mcpbeat Sign in

CrawlEyes MCP Server

by waiky-github Your server? Claim it
local only

CrawlEyes MCP Server runs on your own machine — the client starts it, so there is no endpoint to ping. 326 installs a week from pypi. Last commit 31 Aug 2026.

Web scraping & search for AI agents: extract, SearXNG/Tavily search, rerank. No API key needed.

326
Installs / week
pypi · crawleyes
2
Stars
0 open issues
31 Aug 2026
Last commit
0 releases in 90 days
MIT
License
Python

Nothing serious here today

Today is the operative word: we check CrawlEyes MCP Server every 15 minutes and re-read its code on every release. Watch it and you find out the day that stops being true.

Three servers free · no card

Connect this server

This server runs on your own machine — install it with the package manager and the client starts it for you. Package name taken from the official registry entry.

run in your terminal
claude mcp add CrawlEyes -- uvx crawleyes
~/Library/Application Support/Claude/claude_desktop_config.json
{
  "mcpServers": {
    "CrawlEyes": {
      "args": [
        "crawleyes"
      ],
      "command": "uvx"
    }
  }
}
~/.codex/config.toml
[mcp_servers.CrawlEyes]
command = "uvx"
args = ["crawleyes"]
.cursor/mcp.json
{
  "mcpServers": {
    "CrawlEyes": {
      "args": [
        "crawleyes"
      ],
      "command": "uvx"
    }
  }
}
.vscode/mcp.json
{
  "mcpServers": {
    "CrawlEyes": {
      "args": [
        "crawleyes"
      ],
      "command": "uvx"
    }
  }
}

Alternatives to CrawlEyes MCP Server

same job, measured the same way
Web Research MCP
by csoai-org

AI-powered web research MCP server for agents. Supports web search, browse page, extract...

188 installs/wk local only
Tavily MCP Server
by seey215

MCP server for advanced web search using Tavily API.

92 installs/wk local only
Payx Tavily Search
by swathi-muralisrinivasan

FastMCP server for Tavily search API with web search and content extraction

local only
Webshift
by x-hannibal

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by annibale-x

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Webshift
by x-monk

Rust MCP server for denoised web search — fetch, clean, and rerank web content for AI agents.

local only
Tavily MCP
by tavily-ai

MCP server for advanced web search using Tavily

20 899 installs/wk local only
Superhighway MCP
by patwalls

Web search for AI agents — 5 tools: search, news, images, scrape, research. x402/USDC or API key.

67 installs/wk local only

CrawlEyes MCP Server — questions

Answers built from our own checks of this server.

Why is there no uptime for CrawlEyes MCP Server?
CrawlEyes MCP Server runs on your own machine over stdio — there is no network address to reach, so uptime cannot be measured for it by anyone. What can be measured is adoption: the pypi package crawleyes was installed 326 times last week.
How do I connect CrawlEyes MCP Server?
Copy the ready config from this page — we generate it for Claude Code, Claude Desktop, Codex, Cursor and VS Code, each with the file path that client actually reads. It runs locally, so the command pulls crawleyes straight from pypi; nothing to host, nothing to sign up for.
How many people use CrawlEyes MCP Server?
The pypi package crawleyes was installed 326 times in the last week. We show installs rather than GitHub stars on purpose: a star is a bookmark, an install is someone actually running it.
Is CrawlEyes MCP Server open source?
Yes — it is published under the MIT licence, written in Python and 2 stars on GitHub. The source link is on this page, so you can read exactly what it does with your data before you connect it.