search-boost-mcp
Integrates Brave Search via API key, adding it to the parallel search engine pool for web searches.
Provides DuckDuckGo search support for general web searches and domain-restricted queries in the API layer.
Integrates Google News as a free-layer search engine, returning news-oriented results in multi-engine searches.
Click on "Install Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@search-boost-mcpsearch the web for MCP server security vulnerabilities"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
search-boost-mcp
Multi-engine web search MCP server for coding agents. One CLI install wires it into Cursor, Cursor CLI, Codex, Claude Code, Grok Build, and Antigravity.
search-boost family
Project
For
Link
search-boost-mcp (this repo)
Cursor · Codex · Claude · Grok · Antigravity via MCP
you are here
DeepSeek Harness bundle plugin
pi extension
Search engines come from dsh-search-boost (bundled as an npm dependency): on the free layer, Bing, Exa-free, Google News, and Yahoo run in parallel; the api layer adds DuckDuckGo, Antigravity CLI (when available), and keyed Tavily / Brave / Exa. Also included: X/Twitter fallback, Jina page fetch, and deep-research rounds.
中文文档 → README_zh.md
What's new in v0.1.2
Free-layer engine pool rebuilt after live benchmarks: Bing + Exa-free + Google News + Yahoo for general search; DuckDuckGo kept for domain-restricted routes (e.g.
x_searchfallback withsite:queries).x_searchfallback auto-prependssite:x.comfor multi-engine domain search so keyword mode works without XAI credentials.Depends on
dsh-search-boost@0.1.2.
Install (recommended)
Requires Node ≥ 22.13.
npm install -g search-boost-mcp
search-boost setup # interactive: keys → layer → agents
# or non-interactive:
search-boost install -y # all detected agentsRestart each agent after install so MCP reloads.
One-liners by agent
search-boost install -t cursor -y
search-boost install -t codex,claude -y --auto-allow
search-boost install -t grok -y --auto-allow
search-boost install -t antigravity --workspace --auto-allow -yPreview without writing: search-boost install --dry-run -y
Related MCP server: gemini-search-mcp
What you get
MCP tool | Purpose |
| Multi-engine parallel search, dedupe, cross-ranking |
| Full page text (Jina + HTML fallback, optional |
| X/Twitter keyword / user / thread |
| One research round — gaps + suggested follow-ups |
| Show or set |
| Cache hits, engine availability, diagnostics |
Also: resource search-boost://policy · prompt search_routing
Layers
free — Bing + Exa-free + Google News + Yahoo; no API keys. DuckDuckGo is used only for domain-restricted searches (e.g.
x_searchfallback).api — free-layer engines plus DuckDuckGo, Antigravity CLI (when available), and Tavily / Brave / Exa when keys are set
Keys: search-boost config keys → ~/.dsh-search-boost-keys.json (or env TAVILY_API_KEY, BRAVE_API_KEY, EXA_API_KEY).
CLI cheat sheet
Command | What it does |
| Interactive TUI |
| Onboarding (keys + layer + install) |
| Wire MCP + prompts into agents |
| Run MCP stdio server (used by agents) |
| Keys, layer, per-agent configured state |
| Keys, default layer, native-search replace |
| Print MCP snippet without writing |
| Machine-readable agent list |
Install flags: -t cursor,codex,…|auto|all · -y (non-interactive) · --dry-run · --auto-allow · --replace-native / --keep-native · --scope user|project (Grok) · --workspace (Antigravity .agents/)
Supported agents
Agent | MCP config | Also installs |
Cursor IDE / CLI |
| hook, skill, optional CLI auto-allow |
Codex CLI |
| AGENTS.md, skill |
Claude Code |
| CLAUDE.md, skill, permissions |
Grok Build |
| rule, skill · grok-plugin |
Antigravity |
| AGENTS.md, GEMINI.md, skill, optional workspace |
Prompts use model-discretion wording (search when you choose — not forced every turn). See agents/ for per-agent templates.
Native web search: Codex web_search and Claude WebSearch can be disabled with --replace-native (default on -y). Cursor / Antigravity rely on skill + hook preference only. Grok native browse is left on.
Grok plugin
grok plugin install ./grok-plugin --trust
search-boost install -t grok -y --auto-allowDetails → grok-plugin/README.md
Development
git clone https://github.com/Mr-remon219/search-boost-mcp.git
cd search-boost-mcp && npm install
npm run check && npm run test:install && npm run smoke
node cli.mjs install --dry-run -yLocal clone installs write node /path/to/cli.mjs serve (not npx). Sibling checkout: set SEARCH_BOOST_DSH_ROOT=../dsh-search-boost if needed.
License
MIT
Links: Issues · dsh-search-boost · pi-search-boost
Friendly link: LINUX DO 社区
This server cannot be installed
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Related MCP Servers
- Alicense-qualityBmaintenanceMCP server that enables coding agents to search X/Twitter and the web through the local Grok CLI, providing better search results than default Codex or Claude search without requiring an API key.383MIT
- AlicenseAqualityBmaintenanceMCP server for web search powered by Google AI Mode (Gemini). Enables any AI agent to search the web in real-time for free and without rate limits.2172MIT
- Alicense-qualityBmaintenanceA zero-config web search and fetch MCP server for LLM agents, featuring multi-backend metasearch, persistent rolling cache, and structured error envelopes for retry-friendly interactions.MIT
- AlicenseAqualityAmaintenanceFree, open-source web search gateway and MCP server for LLMs, AI agents, and RAG. It provides no-key web, code, academic, and community search with deduplication, ranking fusion, and citation-ready results.31MIT
Related MCP Connectors
Multi-engine search for AI agents. Trust scoring, local corpus, MCP-native. Self-hostable, BYOK.
Web search for AI agents — one tool across 6 engines, routed to the cheapest + cached.
Web research for agents: quality-scored Google search, webpage extraction, and deep research.
Latest Blog Posts
- Who's Calling? MCP Hosts Are an Identity Blind Spot (And the Spec Knows It)By Om-Shree-0709 on .mcpAgent IdentityOAuth 2.1
- Your AI Chatbot Just Exposed Your CEO's Salary to an InternBy Om-Shree-0709 on .Agent IdentityMCP SecurityOAuth Delegation
- Why MCP Servers Need Execution Sandboxing (And Why Your Current Stack Isn't Enough)By Om-Shree-0709 on .Agentic AiPrompt InjectionWebAssembly
MCP directory API
We provide all the information about MCP servers via our MCP API.
curl -X GET 'https://glama.ai/api/mcp/v1/servers/Mr-remon219/search-boost-mcp'
If you have feedback or need assistance with the MCP directory API, please join our Discord server