DuckDuckGo Search MCP

by OEvortex

Integrations

  • Enables web search functionality by scraping DuckDuckGo HTML results, providing more comprehensive search capabilities than limited APIs.

  • Allows the MCP server to be installed and run through the npm package registry, making it easily accessible for AI assistants.

  • Links to the OEvortex YouTube channel for updates and tutorials related to the MCP server.


[!IMPORTANTE] DuckDuckGo Search MCP admite el estándar Model Context Protocol (MCP), lo que lo hace compatible con varios asistentes y herramientas de IA.


✨ Características

[!IMPORTANTE] A diferencia de muchas herramientas de búsqueda, este paquete realiza un raspado web real en lugar de utilizar API limitadas, lo que le brinda resultados más completos.


🚀 Inicio rápido

npx -y @oevortex/ddg_search@latest

[!TIP] Esto descargará y ejecutará la última versión del servidor MCP directamente sin instalación: perfecto para un uso rápido con asistentes de IA.


🛠️ Opciones de instalación

npm install -g @oevortex/ddg_search

Ejecutar globalmente:

ddg-search-mcp
git clone https://github.com/OEvortex/ddg_search.git cd ddg_search npm install npm start

🧑‍💻 Opciones de línea de comandos

npx -y @oevortex/ddg_search@latest --help

[!TIP] Utilice el indicador --version para comprobar qué versión está ejecutando.


🤖 Uso con clientes MCP

[!IMPORTANTE] La forma más común de utilizar esta herramienta es integrándola con asistentes de IA compatibles con MCP.

Agregue el servidor a su configuración de cliente MCP:

{ "mcpServers": { "ddg-search": { "command": "npx", "args": ["-y", "@oevortex/ddg_search@latest"] } } }

O si se instala globalmente:

{ "mcpServers": { "ddg-search": { "command": "ddg-search-mcp" } } }

[!TIP] Después de la configuración, reinicie su cliente MCP para aplicar los cambios.


🧰 Descripción general de las herramientas


📁 Estructura del proyecto

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

🤝 Contribuyendo

¡Agradecemos sus contribuciones! Abra problemas o envíe solicitudes de incorporación de cambios.

[!NOTA] Siga el estilo del código existente y agregue pruebas para nuevas funciones.


📺 Canal de YouTube


📄 Licencia

Licencia Apache 2.0

[!NOTA] Este proyecto está licenciado bajo la Licencia Apache 2.0 – consulte el archivo de LICENCIA para obtener más detalles.


You must be authenticated.

A
security – no known vulnerabilities
F
license - not found
A
quality - confirmed to work

remote-capable server

The server can be hosted and run remotely because it primarily relies on remote services or has no dependency on the local environment.

Un servidor MCP que respeta la privacidad que permite búsquedas web y la extracción de contenido URL mediante DuckDuckGo, lo que permite a los asistentes de IA acceder a información web en tiempo real sin claves API.

  1. 🚀 Inicio rápido
    1. 🛠️ Opciones de instalación
      1. 🧑‍💻 Opciones de línea de comandos
        1. 🤖 Uso con clientes MCP
          1. 🧰 Descripción general de las herramientas
            1. 📁 Estructura del proyecto
              1. 🤝 Contribuyendo
                1. 📺 Canal de YouTube
                  1. 📄 Licencia

                    Related MCP Servers

                    • -
                      security
                      A
                      license
                      -
                      quality
                      This 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 -
                      1
                      25
                      1
                      JavaScript
                      MIT License
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
                      Last updated -
                      2
                      26
                      Python
                      MIT License
                      • Apple
                    • A
                      security
                      A
                      license
                      A
                      quality
                      A headless browser MCP server that allows AI agents to fetch web content and perform Google searches without API keys, supporting various output formats like Markdown, JSON, HTML, and text.
                      Last updated -
                      2
                      4
                      TypeScript
                      MIT License
                    • A
                      security
                      F
                      license
                      A
                      quality
                      An MCP protocol server that enables web search functionality using the Tavily API, allowing AI assistants to perform internet searches in real-time.
                      Last updated -
                      4
                      2
                      Python

                    View all related MCP servers

                    ID: 9jttvbc23e