엔진 폴백이 있는 리서치
언제 쓸까: 리서치 에이전트가 단일 엔진에서 속도 제한에 걸릴 때.
흐름
-
검색search query="..." engines=auto.✓ 복사됨→ 응답하는 엔진에서 결과 반환
-
반복날짜로 필터링하고 재검색합니다.✓ 복사됨→ 좁혀진 결과 세트
결과: 리서치 워크플로에서 단일 엔진 병목 없음.
제작: Aas-ee · Aas-ee/open-webSearch
하나의 MCP 뒤에 멀티 엔진 검색 — 한 엔진이 속도 제한에 걸릴 때 Google, Bing, DuckDuckGo, Brave 간에 자동 폴백.
Open WebSearch는 여러 검색 엔진을 하나의 MCP로 집계합니다. 자동 폴백으로 속도 제한을 처리합니다. 단일 엔진으로는 에이전트에 충분하지 않을 때 유용합니다.
%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로 제거.
언제 쓸까: 리서치 에이전트가 단일 엔진에서 속도 제한에 걸릴 때.
결과: 리서치 워크플로에서 단일 엔진 병목 없음.
여기서 검색하고, 딥 크롤은 Firecrawl로
| 도구 | 입력 | 언제 호출 | 비용 |
|---|---|---|---|
| search | (문서 참조) | 멀티 엔진 검색 | 호출 1회 |
| fetch | (문서 참조) | 결과 페이지를 markdown으로 가져오기 | 호출 1회 |
scrape with hostile UA strings모든 엔진이 속도 제한됨대기 후 재시도; 또는 Brave Search API 같은 API 키 엔진 추가
| 대안 | 언제 쓰나 | 단점/장점 |
|---|---|---|
| exa-mcp | LLM 튜닝된 검색을 원할 때 | 무료 티어 초과 시 유료 |