Skip to main content
Glama
zhsama

DuckDuckGo MCP Server

by zhsama

duckduckgo-search MCP 서버

영어 | 중국어

DuckDuckGo 검색을 위한 모델 컨텍스트 프로토콜 서버

DuckDuckGo 검색 기능을 제공하는 TypeScript 기반 MCP 서버입니다. 다음을 통해 핵심 MCP 개념을 보여줍니다.

  • DuckDuckGo 검색과 통합

  • 사용하기 쉬운 검색 도구 인터페이스

  • 속도 제한 및 오류 처리 지원

특징

검색 도구

  • duckduckgo_search - DuckDuckGo API를 사용하여 웹 검색 수행

    • 필수 매개변수: query (검색 쿼리, 최대 400자)

    • 선택 매개변수: count (결과 수, 1-20, 기본값 10)

    • 선택 매개변수: safeSearch (안전 수준: 엄격/중간/끄기, 기본값은 중간)

    • 서식이 지정된 Markdown 검색 결과를 반환합니다.

요금 제한

  • 초당 최대 1개의 요청

  • 월 최대 15000건의 요청

Related MCP server: DuckDuckGo MCP Server

개발

필수 조건

  • 노드.js >= 18

  • pnpm >= 8.0.0

설치

지엑스피1

빌드하고 실행

서버를 빌드하세요:

pnpm run build

자동 재빌드를 사용한 개발의 경우:

pnpm run watch

Claude Desktop 설정

Claude Desktop과 함께 사용하려면 서버 구성을 추가하세요.

MacOS의 경우: ~/Library/Application Support/Claude/claude_desktop_config.json Windows의 경우: %APPDATA%/Claude/claude_desktop_config.json

# online
{
  "mcpServers": {
    "duckduckgo-search": {
        "command": "npx",
        "args": [
          "-y",
          "duckduckgo-mpc-server"
        ]
    }
  }
}

# local
{
  "mcpServers": {
    "duckduckgo-search": {
      "command": "node",
      "args": [
        "/path/to/duckduckgo-search/build/index.js"
      ]
    }
  }
}

영상영상

디버깅

MCP 서버는 stdio를 통해 통신하므로 디버깅이 어려울 수 있습니다. 패키지 스크립트로 제공되는 MCP Inspector를 사용하는 것이 좋습니다.

pnpm run inspector

검사기는 브라우저에서 디버깅 도구에 액세스할 수 있는 URL을 제공합니다.

Available Tools

1 tool

Tool Schema Changelog

Recent tool additions, removals, and schema changes observed during successful MCP inspections.

  1. 1 tool updatev1.0.0
    • First observedduckduckgo_web_search

TDQS

B3.4/5.0

Scored across 1 tool

Disambiguation5/5

With only one tool, there is no possibility of ambiguity or overlap between tools. The tool's purpose is clearly defined as performing web searches using DuckDuckGo.

Naming Consistency5/5

Since there is only one tool, naming consistency is inherently perfect. The tool name 'duckduckgo_web_search' follows a clear verb_noun pattern that would be appropriate if more tools were added.

Tool Count2/5

A single tool for a web search server is too minimal for the apparent scope. While the tool covers basic search functionality, a more complete surface would likely include additional tools such as for image search, news search, or advanced query options, making this feel thin and incomplete.

Completeness2/5

The tool surface is severely incomplete for a DuckDuckGo server. It only provides general web search, missing obvious functionalities like image search, video search, instant answers, or autocomplete, which are core features of DuckDuckGo. This will limit agents to basic queries without specialized capabilities.

Maintenance

ActivityInactive
ResponsivenessNo issues

Related MCP Connectors

Related MCP Servers

  • A
    license
    A
    quality
    A
    maintenance
    A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
    3
    15,088 PyPI
    1,500
    MIT