Token导航 LogoToken导航TokenDH.com
DuckDuckGo Search MCP logo
搜索检索stdio官方级别未说明来源级核验

DuckDuckGo Search MCP

MCP Server

@oevortex/ddg_search@latest

A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.

工具数

4

提示词数

0

GitHub Stars

35

资源数

0
搜索引擎隐私保护JavaScriptAI搜索

安装说明

本站只整理中文说明和来源信息,不托管安装包,也不代用户安装。

作者 / 组织

OEvortex

提供方

OEvortex

最后核验

2026/5/18 02:51

运行时

Node.js

快速接入

先看主来源和安装命令,再打开仓库或文档;下面只保留这个条目的关键接入事实。

命令预览

npx -y @oevortex/ddg_search@latest

详细介绍

DuckDuckGo, IAsk AI, Monica & Brave AI Search MCP 🔍🧠

Lightning-fast, privacy-first Model Context Protocol (MCP) server for web search and AI-powered answers.

Powered by DuckDuckGo, IAsk AI, Monica, and Brave AI.

Subscribe for updates & tutorials

______________________________________________________________________

\[!重要\] DuckDuckGo Search MCP支持模型上下文协议(MCP)标准,使其与各种AI助手和工具兼容。

______________________________________________________________________

✨ 特性

🌐 Web search using DuckDuckGo HTML

🧠 AI search using IAsk AI, Monica & Brave AI

⚡ Performance optimized with caching

🛡️ Security features including rate limiting and rotating user agents

🔌 MCP-compliant server implementation

🆓 No API keys required - works out of the box

\[!重要\] 与许多搜索工具不同,此软件包执行实际的网络抓取,而不是使用有限的API,为您提供更全面的结果。

______________________________________________________________________

🚀 快速开始

Run instantly with npx:

npx -y @oevortex/ddg_search@latest
\[!提示\] 这将直接下载并运行最新版本的MCP服务器,无需安装,非常适合与AI助手快速使用。

______________________________________________________________________

🛠️ 安装选项

Global Installation (npm)

npm install -g @oevortex/ddg_search

全球运行:

ddg-search-mcp

Global Installation (Yarn)

yarn global add @oevortex/ddg_search

全球运行:

ddg-search-mcp

Global Installation (pnpm)

pnpm add -g @oevortex/ddg_search

全球运行:

ddg-search-mcp

Local Installation (Development)

git clone https://github.com/OEvortex/ddg_search.git
cd ddg_search
npm install
npm start

或者使用Yarn:

yarn install
yarn start

或者使用pnpm:

pnpm install
pnpm start

______________________________________________________________________

🧑‍💻 命令行选项

npx -y @oevortex/ddg_search@latest --help
\[!提示\] 使用 --版本 标记以检查您正在运行的版本。

______________________________________________________________________

🤖 与MCP客户端一起使用

\[!重要\] 使用此工具的最常见方法是将其与MCP兼容的AI助手集成。

将服务器添加到MCP客户端配置中:

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

或者,如果全局安装:

{
  "mcpServers": {
    "ddg-search": {
      "command": "ddg-search-mcp"
    }
  }
}
\[!提示\] 配置后,重新启动MCP客户端以应用更改。

______________________________________________________________________

🧰 工具概述

🔍 Web Search Tool

web-search

query (string, required): The search query

page (integer, optional, default: 1): Page number

numResults (integer, optional, default: 10): Number of results (1-20)

Example: Search the web for "climate change solutions"

🧠 IAsk AI Search Tool

iask-search

query (string, required): The search query or question

mode (string, optional, default: "question"): Search mode - "question", "academic", "forums", "wiki", or "thinking"

detailLevel (string, optional): Response detail level - "concise", "detailed", or "comprehensive"

Example: Search IAsk AI for "Explain quantum computing in simple terms"

🤖 Monica AI Search Tool

monica-search

query (string, required): The search query or question

Example: Search Monica AI for "Latest advancements in AI"

______________________________________________________________________

📁 项目结构

bin/              # Command-line interface
src/
  index.js        # Main entry point
  tools/          # Tool definitions and handlers
    searchTool.js
    iaskTool.js
    monicaTool.js
  utils/
    search.js     # Search and URL utilities
    user_agents.js
    search_monica.js
    search_iask.js # IAsk AI search utilities
package.json
README.md

______________________________________________________________________

🤝 贡献

欢迎投稿!请打开问题或提交pull请求。

\[!注意\] 请遵循现有的代码样式,并为新功能添加测试。

______________________________________________________________________

📺 YouTube频道

youtube.com/@OEvortex

______________________________________________________________________

📄 许可证

Apache许可证2.0

\[!注意\] 此项目根据Apache许可证2.0获得许可——请参阅 许可证 文件以获取详细信息。

______________________________________________________________________

Made with ❤️ by @OEvortex

目录标签

目录标签

搜索引擎隐私保护JavaScriptAI搜索research-and-dataduckduckgoweb-searchmcp本地部署MCP协议Web抓取

接入字段

传输方式(transport,传输协议)

stdio

鉴权方式(authType,认证方式)

none

运行时(runtime,运行环境)

Node.js

部署方式(deploymentType,部署类型)

remote-capable

来源包(packageName,安装包名)

@oevortex/ddg_search@latest

工具数量(toolCount,工具数)

4

资源数量(resourceCount,资源数)

0

提示词数量(promptCount,提示词数)

0

权限和风险

stdiononeremote-capable

接入前请确认传输方式、认证方式和部署位置,并根据实际工具能力限制访问范围。

安装前确认

不要直接授予不必要的文件、网络或账号权限;先核对安装命令和配置内容。

来源信息

继续浏览同类 MCP