/ 目錄 / 演練場 / Open WebSearch MCP
● 社群 Aas-ee ⚡ 即開即用

Open WebSearch MCP

作者 Aas-ee · Aas-ee/open-webSearch

單一 MCP 後的多引擎搜尋——當某個引擎達到速率限制時,自動在 Google、Bing、DuckDuckGo 和 Brave 間切換。

Open WebSearch 在單一 MCP 下整合多個搜尋引擎,自動切換處理速率限制。適合單一引擎不夠可靠的 agent 場景。

為什麼要用

核心特性

即時演示

實際使用效果

就緒

安裝

選擇你的客戶端

~/Library/Application Support/Claude/claude_desktop_config.json  · Windows: %APPDATA%\Claude\claude_desktop_config.json
{
  "mcpServers": {
    "open-web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "open-websearch"
      ]
    }
  }
}

開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。

~/.cursor/mcp.json · .cursor/mcp.json
{
  "mcpServers": {
    "open-web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "open-websearch"
      ]
    }
  }
}

Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。

VS Code → Cline → MCP Servers → Edit
{
  "mcpServers": {
    "open-web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "open-websearch"
      ]
    }
  }
}

點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。

~/.codeium/windsurf/mcp_config.json
{
  "mcpServers": {
    "open-web-search-mcp": {
      "command": "npx",
      "args": [
        "-y",
        "open-websearch"
      ]
    }
  }
}

格式與 Claude Desktop 相同。重啟 Windsurf 生效。

~/.continue/config.json
{
  "mcpServers": [
    {
      "name": "open-web-search-mcp",
      "command": "npx",
      "args": [
        "-y",
        "open-websearch"
      ]
    }
  ]
}

Continue 使用伺服器物件陣列,而非映射。

~/.config/zed/settings.json
{
  "context_servers": {
    "open-web-search-mcp": {
      "command": {
        "path": "npx",
        "args": [
          "-y",
          "open-websearch"
        ]
      }
    }
  }
}

加入 context_servers。Zed 儲存後熱重載。

claude mcp add open-web-search-mcp -- npx -y open-websearch

一行命令搞定。用 claude mcp list 驗證,claude mcp remove 移除。

使用場景

實戰用法: Open WebSearch MCP

具備引擎切換的研究作業

👤 開發者 ⏱ ~15 min intermediate

何時使用: 你的研究 agent 在單一引擎上遭遇速率限制。

步驟
  1. 搜尋
    search query="..." engines=auto。✓ 已複製
    → 從任何可回應的引擎取得結果
  2. 迭代
    依日期篩選,重新搜尋。✓ 已複製
    → 精確的結果集

結果: 研究工作流程不再受單一引擎瓶頸限制。

組合

與其他 MCP 搭配,撬動十倍槓桿

open-web-search-mcp + firecrawl

此處搜尋,使用 Firecrawl 深度爬取

結合 open-web-search-mcp 與 firecrawl:此處搜尋,使用 Firecrawl 深度爬取✓ 已複製

工具

此 MCP 暴露的能力

工具輸入參數何時呼叫成本
search (詳見文件) 多引擎搜尋 1 次呼叫
fetch (詳見文件) 以 markdown 格式取得結果頁面 1 次呼叫

成本與限制

運行它的成本

API 配額
各引擎的免費方案
每次呼叫 Token 數
摘要較小;頁面較大
費用
免費(各引擎有服務條款)
提示
遵守引擎服務條款;不要猛打單一引擎

安全

權限、密鑰、影響範圍

憑證儲存:
資料出站: 已設定的引擎

故障排查

常見錯誤與修復

所有引擎均達速率限制

等待後重試;或加入有 API 金鑰的引擎如 Brave Search API

替代方案

Open WebSearch MCP 對比其他方案

替代方案何時用它替代權衡
exa-mcp你需要 LLM 調優的搜尋免費方案之上需付費

更多

資源

📖 閱讀 GitHub 上的官方 README

🐙 查看未解決的 issue

🔍 瀏覽全部 400+ MCP 伺服器和 Skills