# DuckDuckGo Search Server

Enable web search capabilities through DuckDuckGo. Fetch and parse webpage content intelligently for enhanced LLM interaction.

## Quick Start

```bash
# Connect this server (installs CLI if needed)
npx -y @smithery/cli@latest mcp add nickclyde/duckduckgo-mcp-server

# Browse available tools
npx -y @smithery/cli@latest tool list nickclyde/duckduckgo-mcp-server

# Get full schema for a tool
npx -y @smithery/cli@latest tool get nickclyde/duckduckgo-mcp-server search

# Call a tool
npx -y @smithery/cli@latest tool call nickclyde/duckduckgo-mcp-server search '{}'
```

## Direct MCP Connection

Endpoint: `https://duckduckgo-mcp-server--nickclyde.run.tools`

## Tools (2)

- `search`
- `fetch_content`

```bash
# Get full input/output schema for a tool
npx -y @smithery/cli@latest tool get nickclyde/duckduckgo-mcp-server <tool-name>
```

---

Source: https://github.com/nickclyde/duckduckgo-mcp-server | License: MIT
