drio
Open app

DuckDuckGo Web Search MCP Server

Source

MCP server of web search/fetch functionality using duckduckgo and jina api. no api key required.

Catalog onlyCatalog onlySTDIO

Overview

DuckDuckGo Web Search MCP Server is a project that provides a Model Context Protocol (MCP) server for searching the web using the DuckDuckGo search engine and optionally fetching and summarizing the content of the found URLs.

To use the server, you need to set it up with the uvx package manager and configure it in your MCP client (like Claude) to utilize the search and fetch functionalities.

  • Web search using DuckDuckGo. - Extracts titles, URLs, and snippets from search results. - Optional content fetching and conversion to markdown format using Jina API. - Parallel fetching of multiple URLs for faster processing. - Configurable maximum number of search results. - Graceful error handling for timeouts and other issues.
  1. Conducting web searches without needing an API key.
  2. Fetching and summarizing content from multiple URLs concurrently.
  3. Integrating web search functionality into MCP-compatible applications.

Add to your AI client

Use these steps to connect DuckDuckGo Web Search MCP Server in Cursor, Claude, VS Code, and other MCP-compatible apps. The same JSON appears in the Use with menu above for one-click copy.

Cursor

Add this to your .cursor/mcp.json file in your project root, then restart Cursor.

.cursor/mcp.json

{
  "mcpServers": {
    "web-search-duckduckgo-kouui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

Claude Desktop

Add this server entry to the mcpServers object in your Claude Desktop config, then restart the app.

~/Library/Application Support/Claude/claude_desktop_config.json (macOS) or %APPDATA%\Claude\claude_desktop_config.json (Windows)

{
  "mcpServers": {
    "web-search-duckduckgo-kouui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

Claude Code

Add this to your project's .mcp.json file. Claude Code will detect it automatically.

.mcp.json (project root)

{
  "mcpServers": {
    "web-search-duckduckgo-kouui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

VS Code (Copilot)

Add this to your .vscode/mcp.json file. Requires the GitHub Copilot extension with MCP support enabled.

.vscode/mcp.json

{
  "servers": {
    "web-search-duckduckgo-kouui": {
      "type": "stdio",
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

Windsurf

Add this to your Windsurf MCP config file, then restart Windsurf.

~/.codeium/windsurf/mcp_config.json

{
  "mcpServers": {
    "web-search-duckduckgo-kouui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

Cline

Open Cline settings, navigate to MCP Servers, and add this server configuration.

Cline MCP Settings (via UI)

{
  "mcpServers": {
    "web-search-duckduckgo-kouui": {
      "command": "npx",
      "args": [
        "-y",
        "@modelcontextprotocol/server-web-search-duckduckgo-kouui"
      ]
    }
  }
}

FAQ

Do I need an API key to use this server?

No, this server does not require an API key to perform web searches.

What is the maximum number of search results I can retrieve?

The default maximum is 3, but you can configure it to a maximum of 10.

Can I use this server with any MCP-compatible client?

Yes, it is designed to be compatible with any MCP client.7:["$","div",null,{"className":"container mx-auto flex flex-col gap-4","children":["$L26","$L27",["$","$L28",null,{"currentProject":{"id":3175,"uuid":"a964468c-4a72-4529-a8ae-d8e665f3805f","name":"web-search-duckduckgo","title":"DuckDuckGo Web Search MCP Server","description":"MCP server of web search/fetch functionality using duckduckgo and jina api. no api key required.","avatar_url":"https://avatars.githubusercontent.com/u/22701382?v=4","created_at":"2025-03-18T03:12:12.742Z","updated_at":"2025-03-18T15:24:50.358Z","status":"created","author_name":"kouui","author_avatar_url":"https://avatars.githubusercontent.com/u/22701382?v=4","tags":"[]","category":"research-and-data","is_featured":false,"sort":1,"url":"https://github.com/kouui/web-search-duckduckgo","target":"_self","content":"$29","summary":"$2a","img_url":null,"type":null,"metadata":"{\"star\":\"0\",\"license\":\"\",\"language\":\"Python\",\"is_official\":false,\"latest_commit_time\":\"2025-03-17 17:30:32\"}","user_uuid":null,"tools":null,"sse_url":null,"sse_provider":null,"sse_params":null,"is_official":false,"server_command":null,"server_params":null,"server_config":null,"allow_call":false,"is_innovation":false,"is_dxt":false,"dxt_manifest":null,"dxt_file_url":null,"is_audit":false},"randomProjects":[],"currentServerKey":"$undefined"}]]}]