IMPORTANT
DuckDuckGo Search MCP は、Model Context Protocol (MCP) 標準をサポートしており、さまざまな AI アシスタントやツールと互換性があります。
✨ 特徴
IMPORTANT
多くの検索ツールとは異なり、このパッケージは制限された API を使用するのではなく、実際の Web スクレイピングを実行し、より包括的な結果を提供します。
🚀 クイックスタート
npx -y @oevortex/ddg_search@latest
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 クライアントでの使用
IMPORTANT
このツールを使用する最も一般的な方法は、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
既存のコード スタイルに従い、新しい機能のテストも追加してください。
📺 YouTubeチャンネル
📄 ライセンス
Apacheライセンス2.0
NOTE
このプロジェクトは Apache License 2.0 に基づいてライセンスされています。詳細については、LICENSE ファイルを参照してください。
Related MCP Servers
- AsecurityAlicenseAqualityThis 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 -1182MIT License
- AsecurityAlicenseAqualityA Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.Last updated -643MIT License
- -securityFlicense-qualityA 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
- -securityAlicense-qualityA 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 -2MIT License