duck-duck-scrape-mcp

duck-duck-scrape-mcp

By mmkal GitHub

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

duckduckgo search
Overview

What is duck-duck-scrape-mcp?

duck-duck-scrape-mcp is an MCP server that provides free search results by scraping DuckDuckGo, similar to the Brave search MCP server.

How to use duck-duck-scrape-mcp?

To use duck-duck-scrape-mcp, include it in your project using the github: directive in your mcp.json file as follows:

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

Key features of duck-duck-scrape-mcp?

  • Provides free search results from DuckDuckGo.
  • Easy integration with existing projects via npm.
  • Simple configuration through mcp.json.

Use cases of duck-duck-scrape-mcp?

  1. Integrating DuckDuckGo search results into applications.
  2. Building privacy-focused search functionalities.
  3. Creating custom search engines using DuckDuckGo data.

FAQ from duck-duck-scrape-mcp?

  • Is duck-duck-scrape-mcp free to use?

Yes! It is free to use as it scrapes DuckDuckGo results.

  • Do I need to follow any terms of service?

Yes, please consult DuckDuckGo's terms of service before using this project.

  • Is it published on npm?

No, it is not currently published to npm; you need to use the GitHub directive.

Overview

What is duck-duck-scrape-mcp?

duck-duck-scrape-mcp is an MCP server that provides free search results by scraping DuckDuckGo, similar to the Brave search MCP server.

How to use duck-duck-scrape-mcp?

To use duck-duck-scrape-mcp, include it in your project using the github: directive in your mcp.json file as follows:

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

Key features of duck-duck-scrape-mcp?

  • Provides free search results from DuckDuckGo.
  • Easy integration with existing projects via npm.
  • Simple configuration through mcp.json.

Use cases of duck-duck-scrape-mcp?

  1. Integrating DuckDuckGo search results into applications.
  2. Building privacy-focused search functionalities.
  3. Creating custom search engines using DuckDuckGo data.

FAQ from duck-duck-scrape-mcp?

  • Is duck-duck-scrape-mcp free to use?

Yes! It is free to use as it scrapes DuckDuckGo results.

  • Do I need to follow any terms of service?

Yes, please consult DuckDuckGo's terms of service before using this project.

  • Is it published on npm?

No, it is not currently published to npm; you need to use the GitHub directive.

No tools information available.

Mirror of

tavily search
View Details

Mirror of

duckduckgo mcp-server
View Details

About A MCP Server for arXiv Search

arxiv search
View Details

An MCP server implementation that integrates the Tavily Search API, providing optimized search capabilities for LLMs.

tavily search
View Details

MCP server to give client the ability to search on the internet

mcp-tavily search
View Details

A powerful Model Context Protocol (MCP) server for web search and URL content extraction using DuckDuckGo.

duckduckgo web-search
View Details

The MCP Node DuckDuckGo Server is a modular Node.js application that allows developers to integrate and test DuckDuckGo search and web content fetching capabilities through a simple HTTP API. It uses Express to establish endpoints, axios to make outbound HTTP requests, and Cheerio for parsing HTML.

duckduckgo nodejs
View Details