trackmcp
Back to directory
mmkal

duck-duck-scrape-mcp

View on GitHub

An MCP server for (free!) search results via duckduckgo

1 stars JavaScriptSearch & Data Retrieval Updated Jun 2, 2025

Documentation

duck-duck-scrape-mcp

An MCP server for (free!) search results via duckduckgo

This is like the Brave search mcp server, but it's just scraping duckduckgo. Consult duckduckgo's tos before using.

How to use

It's not currently published to npm, so use the `github:` directive:

.mcp.json:

json
{
  "mcpServers": {
    "duckduckgo-web-search": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "github:mmkal/duck-duck-scrape-mcp"
      ]
    }
  }
}

Frequently asked questions

What is duck-duck-scrape-mcp?

duck-duck-scrape-mcp is An MCP server for (free!) search results via duckduckgo

How do I install duck-duck-scrape-mcp?

Open the GitHub repository and follow its README. Most MCP servers are added to your client's MCP config, then called by your agent.

Is duck-duck-scrape-mcp open source?

Yes — it is hosted on GitHub at https://github.com/mmkal/duck-duck-scrape-mcp and has 1 stars.

Related MCP tools

Run your own MCP server? See who uses it and what to fix.

Measure it with TrackMCP