KnockOutEZ/wigolo
Local-first, keyless web intelligence in one server: search, fetch, crawl, extract, cache, find-similar, and research. Multi-engine search with local ML reranking and a persistent SQLite cache, renders JS-heavy pages, and keeps everything on your machine. Install via `npx wigolo init --non-interactive --agents=`.
Installation
Example client config (verify package name in the repo README)
{
"mcpServers": {
"wigolo": {
"command": "npx",
"args": ["-y", "wigolo"]
}
}
}Related in Search & Data Extraction
exa-labs/exa-mcp-server
A Model Context Protocol (MCP) server lets AI assistants like Claude use the Exa AI Search API for web searches. This setup allows AI models to get real-time web information in a safe and controlled way.
us/crw
fastCRW — open-source (AGPL-3.0), self-hostable Rust web crawler & search API for AI agents. Tools: `scrape`, `crawl`, `map`, and SearXNG-backed `search`. Single ~6MB static binary; reproducible 1K-URL benchmarks faster than hosted alternatives. Hosted MCP at [fastcrw.com/mcp](https://fastcrw.com/mcp) (Streamable HTTP, OAuth) or self-host.
luminati-io/brightdata-mcp
Discover, extract, and interact with the web - one interface powering automated access across the public internet.
tinyfish-io/agentql-mcp
MCP server that provides [AgentQL](https://agentql.com)'s data extraction capabilities.
Ihor-Sokoliuk/MCP-SearXNG
A Model Context Protocol Server for [SearXNG](https://docs.searxng.org)