duckduckgo

Perform web searches and fetch content via the DuckDuckGo MCP server.

Updated Aug 23, 2026
One-click install
npx skills add https://github.com/BoChao1Zhang/dotfiles --skill duckduckgo-bochao1zhang
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: duckduckgo
Source: https://github.com/BoChao1Zhang/dotfiles/tree/main/dot_claude/skills/duckduckgo
Command: npx skills add https://github.com/BoChao1Zhang/dotfiles --skill duckduckgo-bochao1zhang

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

Provides a lightweight way to perform web search and fetch content using DuckDuckGo MCP when standard tools are unavailable or insufficient.

Core Features & Use Cases

  • Web search via the DuckDuckGo MCP server to retrieve results for given queries.
  • Content fetch to retrieve article text or snippets from provided URLs for quick research.
  • Works as a fallback tool in shell-based workflows when other search tools are limited.

Quick Start

Run a search or fetch content by invoking the MCP server from the shell as described in the SKILL.md.

Frequently Asked Questions about duckduckgo

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I perform web search from a shell script when standard search tools are unavailable?

You can perform web search from a shell script by invoking the DuckDuckGo MCP server through npx. It serves as a fallback tool to retrieve search results when standard tools are unavailable or insufficient in command-line workflows.

Can I fetch article content from a URL using command-line automation?

Yes, you can fetch article content from a URL using the content fetch feature of the DuckDuckGo MCP server. It retrieves article text or snippets from provided URLs for quick research and content gathering in shell-based workflows.

Do I need to install any dependencies to use the DuckDuckGo MCP server for content scraping?

No dependencies are required to be pre-installed. The web search and content scraping runs by calling the DuckDuckGo MCP server dynamically through shell commands using npx, which handles the execution automatically.

What is the best way to run a quick research lookup in an npx workflow?

The best way to run a quick research lookup in an npx workflow is to use the DuckDuckGo MCP server. It provides a lightweight method to perform web searches and fetch content directly from the command line for quick research.

When should I use a fallback web search tool instead of standard search APIs?

You should use this fallback web search tool when standard search tools are unavailable or insufficient. It is specifically designed for shell-based workflows where other search tools are limited and lightweight content gathering is needed.

Does the DuckDuckGo MCP server support retrieving article text for quick research?

Yes, the DuckDuckGo MCP server supports retrieving article text and snippets for quick research. It performs content fetch operations on provided URLs to extract text, making it suitable for quick content gathering in command-line environments.