Skip to main content
Search & Data ExtractionTypeScript

zhsama/duckduckgo-mcp-server

This is a TypeScript-based MCP server that provides DuckDuckGo search functionality.

search-data-extractioncloud-servicelocal-service
Share:

Quick Start

Clone the repository:

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

Claude Desktop configuration example:

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

Check the repository README for specific installation and configuration instructions.

Details

Category
Search & Data Extraction
Language
TypeScript
Author
zhsama