Command Palette

Search for a command to run...

UnylyUnyly
Весь каталог

DuckDuckGo

БесплатноНе проверен

Enables AI assistants to search the internet using DuckDuckGo and extract clean, formatted content from web pages.

GitHubEmbed

Описание

Enables AI assistants to search the internet using DuckDuckGo and extract clean, formatted content from web pages.

README

English | Español


English

Description

MCP DuckDuckGo is a Model Context Protocol (MCP) server that enables AI assistants to search the internet using DuckDuckGo and extract clean, formatted content from web pages. It provides real-time access to current information, converting HTML pages into readable Markdown format.

[!WARNING] This is an experimental project. Currently, it does not support websites that load content dynamically with JavaScript. Only static HTML content can be extracted.

[!WARNING] Be aware of prompt injection risks. Web content extracted from untrusted sources may contain malicious instructions designed to manipulate the AI assistant's behavior. Review extracted content carefully before using it in sensitive contexts.

Features:

  • 🔍 Search the web using DuckDuckGo
  • 📄 Extract and convert web content to clean Markdown
  • ⚡ Per-domain rate limiting to avoid overwhelming servers
  • 💾 Smart caching (LRU cache with 10-minute TTL)
  • 🎯 Single unified search tool for simplicity

Requirements

  • Node.js 22 or higher
  • pnpm

Installation

  1. Clone the repository:

    git clone <repository-url>
    cd MCP-DuckDuckGo
    
  2. Install dependencies:

    pnpm install
    
  3. Build the project:

    pnpm build
    
  4. Configure your MCP client:

    Add the following configuration to your MCP settings file:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "/path/to/mcps/MCP-DuckDuckGo/dist/index.js"
          ]
        }
      }
    }
    

    Windows example:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "C:\\Users\\YourUsername\\mcps\\MCP-DuckDuckGo\\dist\\index.js"
          ]
        }
      }
    }
    

    Linux/Mac example:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "/home/username/mcps/MCP-DuckDuckGo/dist/index.js"
          ]
        }
      }
    }
    
  5. Restart your MCP client to load the new server.

Development

Command Description
pnpm dev Development mode (watch)
pnpm build Build the project
pnpm start Start the compiled server
pnpm test Run all tests
pnpm test:watch Run tests in watch mode
pnpm example Run example script

Español

Descripción

MCP DuckDuckGo es un servidor del Protocolo de Contexto de Modelo (MCP) que permite a los asistentes de IA buscar en internet usando DuckDuckGo y extraer contenido limpio y formateado de páginas web. Proporciona acceso en tiempo real a información actual, convirtiendo páginas HTML en formato Markdown legible.

[!WARNING] Este es un proyecto experimental. Actualmente, no soporta sitios web que cargan contenido dinámicamente con JavaScript. Solo se puede extraer contenido HTML estático.

[!WARNING] Ten en cuenta los riesgos de inyección de prompts. El contenido web extraído de fuentes no confiables puede contener instrucciones maliciosas diseñadas para manipular el comportamiento del asistente de IA. Revisa el contenido extraído cuidadosamente antes de usarlo en contextos sensibles.

Características:

  • 🔍 Búsqueda web usando DuckDuckGo
  • 📄 Extracción y conversión de contenido web a Markdown limpio
  • ⚡ Limitación de tasa por dominio para no sobrecargar servidores
  • 💾 Caché inteligente (LRU con TTL de 10 minutos)
  • 🎯 Herramienta única search unificada para simplicidad

Requisitos

  • Node.js 22 o superior
  • pnpm

Instalación

  1. Clonar el repositorio:

    git clone <url-del-repositorio>
    cd MCP-DuckDuckGo
    
  2. Instalar dependencias:

    pnpm install
    
  3. Compilar el proyecto:

    pnpm build
    
  4. Configurar tu cliente MCP:

    Añade la siguiente configuración a tu archivo de configuración MCP:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "/ruta/a/mcps/MCP-DuckDuckGo/dist/index.js"
          ]
        }
      }
    }
    

    Ejemplo Windows:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "C:\\Users\\TuUsuario\\mcps\\MCP-DuckDuckGo\\dist\\index.js"
          ]
        }
      }
    }
    

    Ejemplo Linux/Mac:

    {
      "mcpServers": {
        "MCP-DuckDuckGo": {
          "command": "node",
          "args": [
            "/home/usuario/mcps/MCP-DuckDuckGo/dist/index.js"
          ]
        }
      }
    }
    
  5. Reinicia tu cliente MCP para cargar el nuevo servidor.

Desarrollo

Comando Descripción
pnpm dev Modo desarrollo (watch)
pnpm build Compilar el proyecto
pnpm start Iniciar el servidor compilado
pnpm test Ejecutar todos los tests
pnpm test:watch Ejecutar tests en modo watch
pnpm example Ejecutar script de ejemplo

from github.com/AstroCorp/MCP-DuckDuckGo

Установка DuckDuckGo

У этого сервера нет опубликованного пакета — он собирается из исходников. Открой репозиторий и следуй инструкции в README.

▸ github.com/AstroCorp/MCP-DuckDuckGo

FAQ

DuckDuckGo MCP бесплатный?

Да, DuckDuckGo MCP бесплатный — установка в пару кликов через Unyly без оплаты.

Нужен ли API-ключ для DuckDuckGo?

Нет, DuckDuckGo работает без API-ключей и переменных окружения.

DuckDuckGo — hosted или self-hosted?

Self-hosted: сервер запускается локально на твоей машине командой из раздела установки.

Как установить DuckDuckGo в Claude Desktop, Claude Code или Cursor?

Открой DuckDuckGo на unyly.org, выбери вкладку своего клиента (Claude Desktop, Claude Code, Cursor) и нажми Install — конфиг сгенерируется автоматически, без правки JSON.

Похожие MCP

Compare DuckDuckGo with

Не уверен что выбрать?

Найди свой стек за 60 секунд

Автор?

Embed-бейдж для README

Похожее

Все в категории ai