MCP ExplorerExplorer

Duck Duck Scrape Mcp

@mmkalon a year ago
1 MIT
FreeCommunity
AI Systems
An MCP server for (free!) search results via duckduckgo

Overview

What is Duck Duck Scrape Mcp

duck-duck-scrape-mcp is an MCP server that provides free search results by scraping data from DuckDuckGo.

Use cases

Use cases include building custom search engines, integrating search functionality into applications, and conducting data analysis based on search results.

How to use

To use duck-duck-scrape-mcp, include it in your project using the GitHub directive in your .mcp.json file as shown in the example provided.

Key features

Key features include free access to search results, scraping capabilities from DuckDuckGo, and ease of integration into projects.

Where to use

duck-duck-scrape-mcp can be used in web applications, search engines, and any project that requires search functionality without relying on paid APIs.

Content

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:

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

Tools

No tools

Comments

Recommend MCP Servers

View All MCP Servers