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-mcpGlobal Installation (Yarn)
yarn global add @oevortex/ddg_search全球运行:
ddg-search-mcpGlobal Installation (pnpm)
pnpm add -g @oevortex/ddg_search全球运行:
ddg-search-mcpLocal 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

