Local-first MCP server for web search, crawl, extract, cache, and research without API keys, with optional LLM integration.
Copy the AI prompt to install this server into Claude Code, Cursor, or another agent β or use 1-click editor setup below.
We haven't yet run this listing's install command through our automated sandbox check. This isn't a red flag β we're steadily working through the catalog.
π‘ Paste the JSON block into your client's configuration file under mcpServers, then restart the application.
Inspect callable tools, capabilities, and parameters exposed to AI agents by Wigolo.
Local-first web intelligence for AI agents β no keys, no cloud, no metered bill.
works withΒ Β Claude Code Β· Cursor Β· Codex Β· Gemini CLI Β· OpenCode Β· VS Code Β· Windsurf Β· Zed Β· Antigravity
and beyondΒ Β LangChain Β· CrewAI Β· LlamaIndex Β· Vercel AI SDK Β· n8n & self-hosted agents Β· any MCP client Β· plain REST
Quickstart Β· Tools Β· Why wigolo Β· Discord Β· Sponsors Β· Benchmark Β· Docs Β· Examples Β· Feedback Β· FAQ
Join the community on Discord β questions, help, and what's being built next.
New features and updates ship steadily. Follow @yourtowhid on X for all of it and new ways to use wigolo, and reach out there for collaborations or feedback Β· also on LinkedIn
wigolo gives an AI agent one surface for everything web-related: search, fetch, crawl, extract, cache, find-similar, research, and autonomous gather loops. It runs wherever your agent runs β as an MCP server next to your coding agent, as a REST/MCP endpoint on the box where your self-hosted agents live, or embedded through an SDK inside your own app. The core tools need no API keys, nothing it touches leaves ~/.wigolo/, and no bill grows with how much your agent thinks.
Requires Node β₯ 20 and ~1.5 GB of free disk on macOS, Linux, or Windows. Bare init sets up the local engine: it downloads the browser engine and on-device models, runs a health check, and reports each component. Adding --agents wires the named agents in the same run, so a coding agent you use daily is ready in one command.
--agents takes any of claude-code Β· cursor Β· codex Β· gemini-cli Β· opencode Β· vscode Β· windsurf Β· zed Β· antigravity (comma-separated); wigolo writes the MCP config and, where supported, instructions for each.npx -y wigolo in its own MCP config. The installation guide has the exact config block for every client, plus Docker, Homebrew, and single-file-binary channels.--interactive is a plain-text flow; --wizard is the full terminal TUI.--no-warmup waits until first use. A failed component download never fails setup; init reports what's not ready with the exact fix and still completes.init is unattended by default, so it's safe in scripts and CI, and any setup problem surfaces right here in the per-component report, before your agent's first call. Search, fetch, crawl, extract, cache, and find-similar work with no API key. Check it's healthy anytime:
To remove everything cleanly, run npx wigolo config --uninstall --yes. You can also paste the installation guide into any AI assistant and let it do the setup; it's written to be self-contained.
research & agentSearch, fetch, crawl, extract, cache, and find-similar are fully keyless. research, agent, and search format=answer use an LLM to write the synthesized, cited answer. Without one they hand back a raw brief and evidence for your agent to assemble. A free Gemini key turns that into a finished answer:
Any provider works (anthropic Β· openai Β· groq), or stay fully local and keyless with WIGOLO_LLM_PROVIDER=ollama (or any OpenAI-compatible URL). Set it in your shell or your agent's MCP env block. Providers, models, and the keyless local-model ladder are in the configuration guide.
Every search result is evidence the agent can act on. It carries a verbatim excerpt pinned to its exact position in the source, a citation ID the agent can quote, and a score it can inspect (abridged real shape):
Weak results get flagged as junk by wigolo's own scorer. Failed engines are reported and stale cache is labeled, so the agent always knows what it's standing on. Full response contracts per tool are in the tools reference.
| Tool | What it does |
|---|---|
π search | Multi-engine web search (18 direct adapters) with rank fusion, ML reranking, and an explainable per-result score. Pass a query array for parallel breadth. Scope by domain and time range, match an exact phrase, or return image results. |
π fetch | Load one URL through a tiered router that auto-escalates from plain HTTP to a headless browser engine on anti-bot challenges or SPA shells. Clean markdown + metadata + links. Handles PDFs, a single-heading section, authenticated sessions, and page actions (click / type / scroll / screenshot). |
πΈοΈ crawl | Multi-page crawl β BFS, DFS, sitemap, or map-only. Per-domain rate limits, robots.txt respect, boilerplate dedup. |
π§© extract | Structured data from a page: tables, metadata, JSON-LD, brand identity, named schemas (Article / Recipe / Product / β¦), or any custom JSON Schema. |
πΎ cache | Query everything already seen β keyword or hybrid semantic. Plus stats, clear, and change detection. |
π§² find_similar | Pages similar to a URL or a concept, via 3-way fusion of keyword + semantic + live web. |
π§ research | Decompose a question β fan out sub-queries β fetch sources β synthesize a cited report (or a structured brief the host LLM writes from). |
π€ agent | Autonomous gather loop: plan β search β fetch β extract β synthesize, with a step log, time budget, and optional output schema. |
π diff + β±οΈ watch | See exactly what changed on a page since last visit; re-check on demand and deliver changes to a webhook. |
Every tool also runs from the terminal (wigolo search "β¦" --json), from an interactive shell with NDJSON piping (wigolo shell), over REST, and through the SDKs β CLI reference. Per-tool guides with the full parameter set are in docs/tools.md; runnable examples are in examples/.
wigolo isn't a free stand-in for the paid tools β it's built to match them. It's a focused web layer for your agents: an MCP and REST surface they call directly, with the search and extraction quality the paid services charge for. What separates it:
Factual signals from GitHub, npm, and our automated checks β not a rating.
No reviews yet β be the first to share how this listing worked for you.
Showcase your server listing on GitHub or your project documentation. Embed this dynamic SVG badge to highlight official listing status and live engagement.
[](https://allmcps.com/mcp/knockoutez-wigolo)<a href="https://allmcps.com/mcp/knockoutez-wigolo"><img src="https://allmcps.com/api/badge/knockoutez-wigolo?style=directory" alt="Wigolo on AllMCPs" /></a>