Skip to main content
Glama

[!중요] DuckDuckGo Search MCP는 MCP(Model Context Protocol) 표준을 지원하므로 다양한 AI 도우미 및 도구와 호환됩니다.


✨ 특징

[!중요] 많은 검색 도구와 달리 이 패키지는 제한된 API를 사용하는 대신 실제 웹 스크래핑을 수행하여 더욱 포괄적인 결과를 제공합니다.


🚀 빠른 시작

지엑스피1

TIP

이렇게 하면 설치 없이 MCP 서버의 최신 버전을 직접 다운로드하여 실행할 수 있습니다. AI 어시스턴트와 함께 빠르게 사용하기에 적합합니다.


🛠️ 설치 옵션

npm install -g @oevortex/ddg_search

전 세계적으로 실행:

ddg-search-mcp
git clone https://github.com/OEvortex/ddg_search.git cd ddg_search npm install npm start

🧑‍💻 명령줄 옵션

npx -y @oevortex/ddg_search@latest --help
TIP

--version 플래그를 사용하여 실행 중인 버전을 확인하세요.


🤖 MCP 클라이언트와 함께 사용

[!중요] 이 도구를 사용하는 가장 일반적인 방법은 MCP 호환 AI 어시스턴트와 통합하는 것입니다.

MCP 클라이언트 구성에 서버를 추가합니다.

{ "mcpServers": { "ddg-search": { "command": "npx", "args": ["-y", "@oevortex/ddg_search@latest"] } } }

또는 글로벌하게 설치된 경우:

{ "mcpServers": { "ddg-search": { "command": "ddg-search-mcp" } } }
TIP

구성 후 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

🤝 기여하기

기여를 환영합니다! 이슈를 개설하거나 풀 리퀘스트를 제출해 주세요.

NOTE

기존 코드 스타일을 따르고 새로운 기능에 대한 테스트를 추가하세요.


📺 유튜브 채널


📄 라이센스

아파치 라이선스 2.0

NOTE

이 프로젝트는 Apache License 2.0에 따라 라이선스가 부여되었습니다. 자세한 내용은 LICENSE 파일을 참조하세요.


Deploy Server
A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

Related MCP Servers

  • A
    security
    A
    license
    A
    quality
    This MCP server utilizes DuckDuckGo for web searches, providing structured search results with metadata and features like smart content classification and language detection, facilitating easy integration with AI clients supporting the MCP protocol.
    Last updated -
    1
    22
    2
    MIT License
  • A
    security
    A
    license
    A
    quality
    A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
    Last updated -
    648
    MIT License
    • Apple
  • -
    security
    F
    license
    -
    quality
    A MCP server that allows AI assistants to interact with the browser, including getting page content as markdown, modifying page styles, and searching browser history.
    Last updated -
    84
  • -
    security
    A
    license
    -
    quality
    A collection of custom MCP servers providing various AI-powered capabilities including web search, YouTube video analysis, GitHub repository analysis, reasoning, code generation/execution, and web crawling.
    Last updated -
    2
    MIT License

View all related MCP servers

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