Back to Apps

wigolo
Supports UIby KnockOutEZ
Local-first web intelligence MCP server providing search, fetch, crawl, and research capabilities without API keys.
0 stars
Works in:CursorCodexGemini CLIVS Code CopilotzedWindsurf
Exposes:Tools
What it does
wigolo provides AI agents with a comprehensive web intelligence layer. It allows agents to search the web, fetch content from URLs, crawl entire sites, and conduct deep research autonomously using a local-first architecture that avoids cloud costs and API keys.
Tools
search: Multi-engine web search with rank fusion and ML reranking.fetch: Loads URLs with a tiered router that handles anti-bot challenges and SPAs.crawl: Multi-page crawling using BFS, DFS, or sitemaps.extract: Extracts structured data (tables, JSON-LD, etc.) from pages.cache: Semantic and keyword search over previously visited content.find_similar: Locates pages similar to a URL or concept.research: Decomposes complex questions into sub-queries and synthesizes a cited report.agent: Autonomous gather loops for complex information retrieval.
Installation
Add the following to your claude_desktop_config.json:
{
"mcpServers": {
"wigolo": {
"command": "npx",
"args": ["-y", "wigolo"]
}
}
}
Supported hosts
Claude Desktop, Claude Code, Cursor, Codex, Gemini CLI, VS Code, Windsurf, Zed, Antigravity.
Quick install
npx wigolo initInformation
- Pricing
- free
- Published
- 7/29/2026
- stars
- 0
Categories
Choose your AI client and follow the steps below.
zed
Add to settings.json context_servers entryCodex
Add `npx -y wigolo` to your AGENTS.md or mcp config entryCursor
Add `npx -y wigolo` to your MCP configuration in ~/.cursor/mcp.jsonWindsurf
Add to mcp_config.json entry as `npx -y wigolo`Gemini CLI
Add to settings.json mcpServers entry as `npx -y wigolo`Claude Desktop
{
"mcpServers": {
"wigolo": {
"command": "npx",
"args": ["-y", "wigolo"]
}
}
}





