MCP.so
登录

MCP DuckDuckResearch

@bkataru-workshop

关于 MCP DuckDuckResearch

mcp server with duckducksearch, web2md, and web2photo

基本信息

分类

其他

运行时

node

传输方式

stdio

发布者

bkataru-workshop

配置

暂无标准配置

该服务器的 README 中没有可解析的 MCP 配置块,请前往代码仓库查看安装说明。

代码仓库

工具

未检测到工具

工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。

概览

What is MCP DuckDuckResearch?

MCP DuckDuckResearch is an MCP server that combines DuckDuckGo search capabilities with web page content extraction and screenshot functionality. It bridges searching for information and accessing web content programmatically.

How to use MCP DuckDuckResearch?

Install via git clone, npm install, and npm run build. Configure the MCP server in Cline’s MCP settings file by adding a JSON entry with "command": "node" and "args": ["path/to/mcp-duckduckresearch/build/index.js"]. Use tools such as search_duckduckgo, visit_page, and take_screenshot in Roo Code via <use_mcp_tool> blocks.

Key features of MCP DuckDuckResearch

  • DuckDuckGo search with configurable safe search and region
  • Web page content extraction and conversion to Markdown
  • Screenshot capture with automatic size optimization
  • Robust error handling and bot detection protection
  • Browser initialization and cleanup managed automatically

Use cases of MCP DuckDuckResearch

  • Searching the web and retrieving full-text content from result pages
  • Taking screenshots of web pages for documentation or analysis
  • Integrating web search and page scraping into AI agent workflows
  • Automating research tasks that require both search and content extraction

FAQ from MCP DuckDuckResearch

What dependencies are required?

Node.js v18 or higher, npm, and a system capable of running Chrome/Chromium (for Playwright).

How do I configure MCP DuckDuckResearch for Cline?

Edit the Cline MCP settings file (e.g., cline_mcp_settings.json) and add a server entry with "command": "node", "args": ["path/to/build/index.js"], and "disabled": false.

What tools does MCP DuckDuckResearch provide?

Three tools: search_duckduckgo (web search), visit_page (extract page content as Markdown, optionally take screenshot), and take_screenshot (screenshot of currently loaded page).

Does MCP DuckDuckResearch work with other MCP clients?

The README explicitly documents usage with Cline and Roo Code, but as a standard MCP server it may be compatible with other clients supporting the protocol.

What safe search options are available?

Safe search can be set to values like "MODERATE" and others; the server includes configurable safe search levels for appropriate content filtering.

评论

其他 分类下的更多 MCP 服务器