# Add DuckDuckGo web search to Claude via MCP

**Use case:** 

Give Claude live DuckDuckGo web search through MCP. Ask anything and get titles, links, and snippets back in chat without leaving the conversation.

## Input

```json
{
  "query": "best project management software",
  "localization": "us-en",
  "safe": "moderate",
  "max_pages": 1
}
```

## Output

```json
{
  "query": {
    "label": "Search Query",
    "format": "string"
  },
  "localization": {
    "label": "Localization/Region",
    "format": "string"
  },
  "page_number": {
    "label": "Current Page Number",
    "format": "integer"
  },
  "total_results_found": {
    "label": "Total Results Found",
    "format": "integer"
  },
  "pages_processed": {
    "label": "Pages Processed",
    "format": "integer"
  },
  "organic_results": {
    "label": "Organic Search Results",
    "format": "array"
  },
  "news_results": {
    "label": "News Results",
    "format": "array"
  },
  "related_searches": {
    "label": "Related Searches",
    "format": "array"
  }
}
```

## About this Actor

This example demonstrates how to use [DuckDuckGo Scraper | Pay Per Event](https://apify.com/johnvc/duckduckgoseoscraper) with a specific input configuration. Visit the [Actor detail page](https://apify.com/johnvc/duckduckgoseoscraper) to learn more, explore other use cases, and run it yourself.