Skip to main content
Search & Data ExtractionPython

nickclyde/duckduckgo-mcp-server

Web search using DuckDuckGo

search-data-extractioncloud-service
Share:

Quick Start

Clone the repository:

git clone https://github.com/nickclyde/duckduckgo-mcp-server

Claude Desktop configuration example:

{
  "mcpServers": {
    "nickclyde-duckduckgo-mcp-server": {
      "command": "npx",
      "args": [
        "-y",
        "nickclyde/duckduckgo-mcp-server"
      ]
    }
  }
}

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
Python
Author
nickclyde