Skip to main content
Glama
OEvortex

DuckDuckGo Search MCP

by OEvortex

IMPORTANT

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


✨ 特点

IMPORTANT

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


Related MCP server: DuckDuckGo MCP Server

🚀 快速入门

npx -y @oevortex/ddg_search@latest
TIP

这将直接下载并运行最新版本的 MCP 服务器,无需安装 - 非常适合与 AI 助手快速使用。


🛠️ 安装选项

npm install -g @oevortex/ddg_search

全局运行:

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

🧑‍💻 命令行选项

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

使用 --version 标志检查您正在运行哪个版本。


🤖 与 MCP 客户端一起使用

IMPORTANT

使用此工具最常见的方式是将其与 MCP 兼容的 AI 助手集成。

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

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

或者如果全局安装:

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

配置完成后,重新启动 MCP 客户端以应用更改。


🧰 工具概述


📁 项目结构

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

🤝 贡献

欢迎贡献!请打开问题或提交拉取请求。

NOTE

请遵循现有的代码风格并为新功能添加测试。


📺 YouTube 频道


📄 许可证

Apache 许可证 2.0

NOTE

该项目根据 Apache License 2.0 获得许可 - 有关详细信息,请参阅 LICENSE 文件。


Install Server
A
license - permissive license
B
quality
B
maintenance

Maintenance

Maintainers
Response time
Release cycle
1Releases (12mo)
Issues opened vs closed

Resources

Unclaimed servers have limited discoverability.

Looking for Admin?

If you are the server author, to access and configure the admin panel.

Latest Blog Posts

MCP directory API

We provide all the information about MCP servers via our MCP API.

curl -X GET 'https://glama.ai/api/mcp/v1/servers/OEvortex/ddg_search'

If you have feedback or need assistance with the MCP directory API, please join our Discord server