DuckDuckGo

by ashdevfr

2 stars
8.4k downloads
Not rated
GitHub

About

Integrates with DuckDuckGo search engine to provide real-time web information retrieval for research, fact-checking, and current events updates.

Details

Author
ashdevfr
Repository
AshDevFr/duckduckgo-mcp-server
GitHub stars
2
Downloads
8,414
License
MIT License
Categories
AI, Developer Tools, Search, Infrastructure, Knowledge Base
Tags
#web

Setting up with Highlight

This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:

  1. Download and install Highlight from highlightai.com/download
  2. Navigate to the plugins tab and select "Add Custom Plugin"
  3. Configure the plugin with the settings below
    Plugin Name DuckDuckGo
    Command (node, npx, python, etc.) uvx
    Arguments
    • Argument 1 ddg-mcp-server

    Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.

  4. Enable "Start Automatically" if you want the plugin to start when Highlight launches

search

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

Claude Desktop / Cursor

Paste into your MCP client config file to install this server.

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

Linux

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

Macos

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

Windows

{
    "env": [],
    "args": [
        "/c",
        "uvx",
        "ddg-mcp-server"
    ],
    "command": "cmd"
}
No reviews yet — be the first

Sign in to leave a review

Use Google, GitHub, or an email account so ratings stay tied to real people.

Email sign in

No reviews posted yet.