Free Search MCP server
No-API-key web search, page fetching and document reading across many engines. Local-first.
80 stars
Reviews
Write oneNobody has reviewed Free Search yet.
If you have run it, two minutes of your experience saves the next person an afternoon.
Free Search tools (1)
write = sends, deletes, buys or postsRead from the package source without running it. The installed server may list more.
register
Public scan report
scanner v0.1.9 · 2026-09-22 · same rubric, same numbers if you re-run it
- Code scan104 source files scanned25/25
- –Live reliabilityno gateway calls yet and no remote to proben/a
- –Tool poisoningtools not inspected (local package is not executed); not countedn/a
- Auth qualitystatic API keys via environment variables6/15
- Maintenancelast push 0 days ago15/15
- Maintainer identityregistry namespace matches repository owner; GitHub account older than a year8/10
What the publisher says
From the Free Search repository's README, as published. We do not edit it. Read it on GitHub
free-search-mcp
<!-- mcp-name: io.github.sweetcornna/free-search-mcp -->
free-search-mcp is a local-first Model Context Protocol server that needs no API key. It lets any LLM (Claude, GPT, a local Ollama model, …) search the web, fetch and clean up pages, and read documents, and you never sign up for a search API.
It combines ideas from several open-source MCP servers in one Python package, and adds the output shaping for LLMs and the reliability work that each of them lacked.
research("how does reciprocal rank fusion work", depth=3)
↓
# Research brief: how does reciprocal rank fusion work
_engines: duckduckgo, bing, anysearch · sources: 3 · ~3,400 tokens_
## Sources
- [1] Reciprocal rank fusion | Elasticsearch Reference — <https://…>
- [2] Hybrid Search Scoring (RRF) | Microsoft Learn — <https://…>
- [3] RRF explained in 4 mins — Medium — <https://…>
## Documents
…full Markdown bodies of each page, ready for the LLM to read…That was one tool call. It returned three sources with their full text, and no API key was involved.
Quick start: install the plugin (recommended)
You do not need to sign up, get a key or clone the repository. The only prerequisite is uv.
In Claude Code, inside a session:
/plugin marketplace add sweetcornna/free-search-mcp
/plugin install free-search@free-search-mcpFrom a shell it is the same two steps:
claude plugin marketplace add sweetcornna/free-search-mcp
claude plugin install free-search@free-search-mcp -s userIn Codex:
codex plugin marketplace add sweetcornna/free-search-mcp
codex plugin add free-search@free-search-mcpCodex pitfall. If ~/.codex/config.toml already has a
[mcp_servers.search] entry from an earlier codex mcp add, it shadows the
plugin's server of the same name. Codex gives no warning and keeps running
the old one. Remove the entry first: codex mcp remove search.
The plugin ships 11 MCP tools, a source-verification skill and a small quick-search agent. The MCP server search is pinned to the plugin's own version. The skill verified-research loads on demand and tells the agent when a search snippet is not enough and how to check a date. In Claude Code, the agent free-search:quick-search answers one lookup in its own context on haiku and hands back a few sentences with dated source URLs. The server and the skill load in both hosts: Codex lists the skill as free-search:verified-research (checked with Codex CLI 0.154). Codex and other hosts get the same agent as a file or a prompt, and an optional ask tool lets the server do the delegating. Delegating a lookup covers every route. /plugin update free-search moves all of it to the next release (in Codex, run codex plugin marketplace upgrade and then codex plugin add again). The plugin section under Install has the details and the token cost.
Nothing else is needed. Every engine that a search reaches on its own works without an API key, and the first run downloads the package from PyPI.
For Claude Desktop, other MCP clients, a source checkout or Docker, see Install.
Optionally, install Chromium once. The browser-rendered engines (brave, startpage, zhihu, …) and JS-heavy page fetches need it:
uvx --from free-search-mcp playwright install chromiumShortened. The full README is on GitHub.
Nothing above is checked by us. What we check is on the safety report.
Install directly
claude mcp add free-search-mcp -- uvx free-search-mcp
Free Search: common questions
- Is Free Search MCP server safe?
- Mostly: it is graded B (83/100). Read the Free Search safety report
- How do I install Free Search?
- It runs on your machine. Copy the Claude Code, Claude Desktop or Cursor config from the install section.
- Does Free Search need an API key?
- Yes. The registry entry asks for
SEARCH_MCP_PROXY. - Is Free Search maintained?
- The last commit was in the last day (2026-09-22). The latest release is v0.12.0.
- What can I use instead of Free Search?
- Servers from other publishers that do the same job: SearXNG Search MCP server, Search1API MCP server and Documentation MCP server. Compare all Free Search alternatives.
Alternatives to Free Search
Same job from other publishers: the closest match first, then the best rated.
- SearXNG SearchMCP server for SearXNG — privacy-respecting web search with pagination, URL readingnot reviewedEstablishedB
- Search1APIWeb search, news, page retrieval, sitemaps, and trending topics through Search1API.not reviewedEstablishedA
- DocumentationLocal-first document management and semantic search for AI coding agentsnot reviewedEstablishedA
- OpenGrok MCP ServerMCP server bridging OpenGrok search engine with AI for instant context across massive codebases.not reviewedGrowingB
- Paparats – Local Semantic Code Search MCPLocal-first semantic code search across all your repos. Private context for AI coding assistants.not reviewedGrowingB