MCPNav
H

HasData DuckDuckGo

MCP server · by hasdata

Marketing & SEO
npmPythonStreamable HTTP
v1.0.5

DuckDuckGo search as JSON. Ranked results, ads in their own array, 37 regions.

Install

Run one of the commands below, then add the client config underneath.

npm
npx -y @hasdata/duckduckgo-mcp
Python
uvx hasdata-duckduckgo-mcp
Streamable HTTP
https://mcp.hasdata.com/api/mcp?apis=duckduckgo

Client configuration

Paste into Claude Desktop, Cursor (mcp.json), VS Code or any MCP client, then restart the client.

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

About this server

HasData DuckDuckGo is listed in the Marketing & SEO category of the MCPNav directory. It is distributed as npm, Python, Streamable HTTP and can be loaded by any client that speaks the Model Context Protocol.

Typical uses include giving your assistant scoped access to the corresponding service so it can answer questions and take actions with real data instead of guessing. Always review what a server can access before you enable it — see our MCP security guide.

Frequently asked questions

What is the HasData DuckDuckGo MCP server?

HasData DuckDuckGo is an MCP server by hasdata. DuckDuckGo search as JSON. Ranked results, ads in their own array, 37 regions.

How do I install HasData DuckDuckGo?

Install it with: npx -y @hasdata/duckduckgo-mcp. Then add the JSON config to your client's MCP settings and restart the client.

Is HasData DuckDuckGo free to use?

The MCP server itself is free to install. The source is public on https://github.com/HasData/duckduckgo-mcp. Any third-party API it calls (such as a search or maps API) may require its own key and billing.

Which clients support HasData DuckDuckGo?

Any MCP-compatible client can use it, including Claude Desktop, Cursor, VS Code, Windsurf and custom agents.