MCP.so
ログイン

DuckDuckGo MCP Server

@AshDevFr

DuckDuckGo MCP Server について

概要はまだありません

基本情報

カテゴリ

検索

ライセンス

MIT license

ランタイム

python

トランスポート

stdio

公開者

AshDevFr

設定

以下の設定を使って、このサーバーを MCP 対応クライアントに追加してください。

{
  "mcpServers": {
    "duckduckgo": {
      "command": "uvx",
      "args": [
        "ddg-mcp-server"
      ]
    }
  }
}

ツール

1

Search the web using DuckDuckGo.

概要

What is DuckDuckGo MCP Server?

A Node.js server that implements the Model Context Protocol (MCP) for performing web searches using DuckDuckGo. It provides a single search tool that returns an array of results, intended for use with AI assistants like Claude.

How to use DuckDuckGo MCP Server?

Configure the server in your Claude Desktop configuration file (claude_desktop_config.json) using either the uvx command with ddg-mcp-server or the Docker image ashdev/duckduckgo-mcp-server. The server exposes a search tool that accepts a query string.

Key features of DuckDuckGo MCP Server

  • Web search via DuckDuckGo
  • Single search tool with query input
  • Returns an array of search results
  • Runs via uvx or Docker
  • Lightweight Node.js implementation

Use cases of DuckDuckGo MCP Server

  • Integrating web search into Claude Desktop conversations
  • Retrieving current information from the web without leaving the chat
  • Automating search queries for research or fact-checking

FAQ from DuckDuckGo MCP Server

コメント

「検索」の他のコンテンツ