具備引擎切換的研究作業
何時使用: 你的研究 agent 在單一引擎上遭遇速率限制。
步驟
-
搜尋search query="..." engines=auto。✓ 已複製→ 從任何可回應的引擎取得結果
-
迭代依日期篩選,重新搜尋。✓ 已複製→ 精確的結果集
結果: 研究工作流程不再受單一引擎瓶頸限制。
作者 Aas-ee · Aas-ee/open-webSearch
單一 MCP 後的多引擎搜尋——當某個引擎達到速率限制時,自動在 Google、Bing、DuckDuckGo 和 Brave 間切換。
Open WebSearch 在單一 MCP 下整合多個搜尋引擎,自動切換處理速率限制。適合單一引擎不夠可靠的 agent 場景。
%APPDATA%\Claude\claude_desktop_config.json{
"mcpServers": {
"open-web-search-mcp": {
"command": "npx",
"args": [
"-y",
"open-websearch"
]
}
}
}
開啟 Claude Desktop → Settings → Developer → Edit Config。儲存後重啟應用。
{
"mcpServers": {
"open-web-search-mcp": {
"command": "npx",
"args": [
"-y",
"open-websearch"
]
}
}
}
Cursor 使用與 Claude Desktop 相同的 mcpServers 格式。專案級設定優先於全域。
{
"mcpServers": {
"open-web-search-mcp": {
"command": "npx",
"args": [
"-y",
"open-websearch"
]
}
}
}
點擊 Cline 側欄中的 MCP Servers 圖示,然後選 "Edit Configuration"。
{
"mcpServers": {
"open-web-search-mcp": {
"command": "npx",
"args": [
"-y",
"open-websearch"
]
}
}
}
格式與 Claude Desktop 相同。重啟 Windsurf 生效。
{
"mcpServers": [
{
"name": "open-web-search-mcp",
"command": "npx",
"args": [
"-y",
"open-websearch"
]
}
]
}
Continue 使用伺服器物件陣列,而非映射。
{
"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 移除。
何時使用: 你的研究 agent 在單一引擎上遭遇速率限制。
結果: 研究工作流程不再受單一引擎瓶頸限制。
此處搜尋,使用 Firecrawl 深度爬取
| 工具 | 輸入參數 | 何時呼叫 | 成本 |
|---|---|---|---|
| search | (詳見文件) | 多引擎搜尋 | 1 次呼叫 |
| fetch | (詳見文件) | 以 markdown 格式取得結果頁面 | 1 次呼叫 |
所有引擎均達速率限制等待後重試;或加入有 API 金鑰的引擎如 Brave Search API
| 替代方案 | 何時用它替代 | 權衡 |
|---|---|---|
| exa-mcp | 你需要 LLM 調優的搜尋 | 免費方案之上需付費 |