Skip to main content
Glama
OEvortex

DuckDuckGo Search MCP

by OEvortex

IMPORTANT

DuckDuckGo Search MCP は、Model Context Protocol (MCP) 標準をサポートしており、さまざまな AI アシスタントやツールと互換性があります。


✨ 特徴

IMPORTANT

多くの検索ツールとは異なり、このパッケージは制限された API を使用するのではなく、実際の Web スクレイピングを実行し、より包括的な結果を提供します。


Related MCP server: DuckDuckGo MCP Server

🚀 クイックスタート

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 ファイルを参照してください。


Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Issues opened vs closed

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