duckduckgo-search MCP 서버
영어 | 중국어
DuckDuckGo 검색을 위한 모델 컨텍스트 프로토콜 서버
DuckDuckGo 검색 기능을 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.
- DuckDuckGo 검색과 통합
- 사용하기 쉬운 검색 도구 인터페이스
- 속도 제한 및 오류 처리 지원
특징
검색 도구
duckduckgo_search
- DuckDuckGo API를 사용하여 웹 검색 수행- 필수 매개변수:
query
(검색 쿼리, 최대 400자) - 선택 매개변수:
count
(결과 수, 1-20, 기본값 10) - 선택 매개변수:
safeSearch
(안전 수준: 엄격/중간/끄기, 기본값은 중간) - 서식이 지정된 Markdown 검색 결과를 반환합니다.
- 필수 매개변수:
요금 제한
- 초당 최대 1개의 요청
- 월 최대 15000건의 요청
개발
필수 조건
- 노드.js >= 18
- pnpm >= 8.0.0
설치
지엑스피1
빌드하고 실행
서버를 빌드하세요:
자동 재빌드를 사용한 개발의 경우:
Claude Desktop 설정
Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.
MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json
Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json
디버깅
MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.
검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.
hybrid server
The server is able to function both locally and remotely, depending on the configuration or use case.
Claude에 DuckDuckGo 검색 기능을 제공하는 모델 컨텍스트 프로토콜 서버로, 속도 제한 지원이 포함된 깔끔한 도구 인터페이스를 통해 웹 검색 기능을 구현합니다.
Related Resources
Related MCP Servers
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.Last updated -2351PythonMIT License
- -securityFlicense-qualityA Model Context Protocol server that enables Claude to perform Google Custom Search operations by connecting to Google's search API.Last updated -2Python
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude to perform web research by integrating Google search, extracting webpage content, and capturing screenshots.Last updated -391413MIT License
- AsecurityAlicenseAqualityA Model Context Protocol server that enables Claude to perform advanced web research with intelligent search queuing, enhanced content extraction, and deep research capabilities.Last updated -381TypeScriptMIT License