This release adds 3 notable features for engineering teams evaluating rollout.
✓ No known CVEs patched in this version
Topics
+11 more
Summary
AI summaryFree Web Search becomes a universal MCP-compatible plugin with zero API keys and search-first behavior.
Full changelog
🚀 v11.0.0 — Universal Search-First LLM Plugin
This is the landmark release that transforms Free Web Search from an OpenClaw skill into a universal plugin for every LLM ecosystem.
✨ What's New
- MCP Server — Native Claude Desktop, Cursor, and any MCP-compatible client support
- Search-First Paradigm — LLM is instructed to use real-time search as primary knowledge source, not a fallback
- Zero API Keys — Powered by DuckDuckGo, completely free and private
- Multi-Platform — Works with OpenClaw, LangChain, OpenAI Function Calling, and more
📦 Installation
pip install git+https://github.com/wd041216-bit/free-web-search-ultimate.git
🔌 Claude Desktop / Cursor Setup
{
"mcpServers": {
"free-web-search": {
"command": "free-web-search-mcp",
"args": []
}
}
}
📊 Comparison
| Feature | This Plugin | Tavily | Serper | Bing |
|---------|-------------|--------|--------|------|
| Cost | Free | $0.01/req | $0.001/req | $3/1000 |
| API Key | No | Yes | Yes | Yes |
| MCP Support | Yes | Partial | No | No |
| Privacy | Local | Cloud | Cloud | Cloud |
🏗️ Architecture
One plugin, every ecosystem. The Search-First behavioral instructions ensure the LLM always verifies facts via real-time search before answering.
Full Changelog: https://github.com/wd041216-bit/free-web-search-ultimate/blob/main/CHANGELOG.md
Weekly OSS security release digest.
The CVE patches and breaking changes that affected production tools this week. One email, every Sunday.
No spam, unsubscribe anytime.
Share this release
About wd041216-bit/free-web-search-ultimate
Zero-cost, privacy-first universal web search MCP server. Enforces a **Search-First** paradigm — instructs LLMs to retrieve real-time information before answering factual questions. Supports 10+ search engines (DuckDuckGo, Bing, Google, Brave, Wikipedia, Arxiv, YouTube, Reddit) and deep page browsing. No API key required.
Related context
Beta — feedback welcome: [email protected]