AshDevFr

DuckDuckGo MCP Server

Community AshDevFr
Updated

DuckDuckGo MCP Server

DuckDuckGo MCP Server

Node.js server implementing Model Context Protocol (MCP) for DuckDuckGo web search.

Features

  • Web Search using DuckDuckGo.

API

Tools

  • search
    • Search the web using DuckDuckGo.
    • Input: query (string)
    • Returns an array of results

Usage with Claude Desktop

Add this to your claude_desktop_config.json:

UVX

{
  "mcpServers": {
    "duckduckgo": {
      "command": "uvx",
      "args": [
        "ddg-mcp-server"
      ]
    }
  }
}

Docker

{
  "mcpServers": {
    "duckduckgo": {
      "command": "docker",
      "args": [
        "run",
        "-i",
        "--rm",
        "ashdev/duckduckgo-mcp-server"
      ]
    }
  }
}

MCP Server · Populars

MCP Server · New

    snyk

    mcp-scan

    Security scanner for AI agents, MCP servers and agent skills.

    Community snyk
    resend

    Email sending MCP 💌

    The official MCP server to send emails and interact with Resend

    Community resend
    screenpipe

    [ screenpipe ]

    screenpipe turns your computer into a personal AI that knows everything you've done. record. search. automate. all local, all private, all yours.

    Community screenpipe
    screenpipe

    [ screenpipe ]

    screenpipe turns your computer into a personal AI that knows everything you've done. record. search. automate. all local, all private, all yours.

    Community screenpipe
    kfastov

    tgcli

    Telegram user console client and archiver

    Community kfastov