DuckDuckGo Search MCP
[!중요] DuckDuckGo Search MCP는 MCP(Model Context Protocol) 표준을 지원하므로 다양한 AI 도우미 및 도구와 호환됩니다.
✨ 특징
[!중요] 많은 검색 도구와 달리 이 패키지는 제한된 API를 사용하는 대신 실제 웹 스크래핑을 수행하여 더욱 포괄적인 결과를 제공합니다.
Related MCP server: DuckDuckGo MCP Server
🚀 빠른 시작
지엑스피1
이렇게 하면 설치 없이 MCP 서버의 최신 버전을 직접 다운로드하여 실행할 수 있습니다. AI 어시스턴트와 함께 빠르게 사용하기에 적합합니다.
🛠️ 설치 옵션
npm install -g @oevortex/ddg_search전 세계적으로 실행:
ddg-search-mcpgit clone https://github.com/OEvortex/ddg_search.git
cd ddg_search
npm install
npm start🧑💻 명령줄 옵션
npx -y @oevortex/ddg_search@latest --help--version 플래그를 사용하여 실행 중인 버전을 확인하세요.
🤖 MCP 클라이언트와 함께 사용
[!중요] 이 도구를 사용하는 가장 일반적인 방법은 MCP 호환 AI 어시스턴트와 통합하는 것입니다.
MCP 클라이언트 구성에 서버를 추가합니다.
{
"mcpServers": {
"ddg-search": {
"command": "npx",
"args": ["-y", "@oevortex/ddg_search@latest"]
}
}
}또는 글로벌하게 설치된 경우:
{
"mcpServers": {
"ddg-search": {
"command": "ddg-search-mcp"
}
}
}구성 후 MCP 클라이언트를 다시 시작하여 변경 사항을 적용하세요.
🧰 도구 개요
📁 프로젝트 구조
bin/ # Command-line interface
src/
index.js # Main entry point
tools/ # Tool definitions and handlers
searchTool.js
fetchUrlTool.js
metadataTool.js
feloTool.js
utils/
search.js # Search and URL utilities
search_felo.js # Felo AI search utilities
package.json
README.md🤝 기여하기
기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.
기존 코드 스타일을 따르고 새로운 기능에 대한 테스트를 추가하세요.
📺 유튜브 채널
📄 라이센스
아파치 라이선스 2.0
이 프로젝트는 Apache License 2.0에 따라 라이선스가 부여되었습니다. 자세한 내용은 LICENSE 파일을 참조하세요.
Maintenance
Resources
Unclaimed servers have limited discoverability.
Looking for Admin?
If you are the server author, to access and configure the admin panel.
Latest Blog Posts
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/OEvortex/ddg_search'
If you have feedback or need assistance with the MCP directory API, please join our Discord server