DuckDuckGo MCP Server

Researchstdio
代码仓库

Community MCP server that provides privacy-friendly web search through DuckDuckGo, plus fetching and parsing of web page content into clean text. Lets AI agents look up current information and retrieve source pages without an API key, making it a lightweight option for research and retrieval workflows. Not affiliated with DuckDuckGo.

连接

将此配置添加到 .claude/mcp.json

{
  "mcpServers": {
    "duckduckgo": {
      "command": "uvx",
      "args": [
        "duckduckgo-mcp-server"
      ]
    }
  }
}

工具 (2)

search

Search the web using DuckDuckGo and return a list of results with titles, URLs, and snippets.

{
  "type": "object",
  "required": [
    "query"
  ],
  "properties": {
    "query": {
      "type": "string",
      "description": "Search query"
    },
    "max_results": {
      "type": "integer",
      "description": "Maximum number of results to return"
    }
  }
}

fetch_content

Fetch and parse the content of a web page into clean text.

{
  "type": "object",
  "required": [
    "url"
  ],
  "properties": {
    "url": {
      "type": "string",
      "description": "URL of the page to fetch"
    }
  }
}

资源

此服务器未提供任何资源。

提示词

此服务器未提供任何提示词。

服务器信息

作者
Nick Clyde (@nickclyde)
代码仓库
https://github.com/nickclyde/duckduckgo-mcp-server
星标
0
最后更新
2026年7月12日