ddg-mcp

bcambl/ddg-mcp
★ 0 stars Go 🔍 Search Updated 2d ago
basic duck duck go mcp server
View on GitHub → Try with Claude — $10 free →

Quick Install

Copy the config for your editor. Some servers may need additional setup — check the README.

Add to claude_desktop_config.json:

{
  "mcpServers": {
    "ddg-mcp": {
      "command": "go",
      "args": [
        "run",
        "github.com/bcambl/ddg-mcp@latest"
      ]
    }
  }
}

README Excerpt

A [Model Context Protocol (MCP)](https://modelcontextprotocol.io) server that provides web search capabilities via [DuckDuckGo](https://duckduckgo.com). Exposes a `web_search` tool that MCP-compatible clients (Claude Desktop, Cursor, Windsurf, opencode, etc.) can use to search the web. - Web search via DuckDuckGo HTML endpoint (no API key required)

Tools (1)

query