duckduckgo-mcp
Provides tools for searching DuckDuckGo HTML results, returning title, URL, and snippet data for each search result with built-in caching and bot detection retry handling.
DuckDuckGo MCP
A MCP server for DuckDuckGo HTML search.
Features
Search DuckDuckGo HTML results
Returns title, URL, and snippet for each result
Caches results
Retries on bot detection
Related MCP server: mcp-ddg-research
Usage
bunx --silent duckduckgo-mcp@latest{
"$schema": "https://opencode.ai/config.json",
"mcp": {
"duckduckgo": {
"enabled": true,
"type": "local",
"command": ["bunx", "--silent", "duckduckgo-mcp@latest"]
}
}
}Development
# Install dependencies
bun install --frozen-lockfile
# Type check
bun run typecheck
# Lint
bun run lint
# Format
bun run format
# Test
bun test
# Start MCP server
bun ./index.ts
# Build
bun run buildThis server cannot be deployed
Maintenance
Related MCP Connectors
Serper MCP — wraps the Serper Google Search API (serper.dev)
MCP server for Google search results via SERP API
Docs: https://docs.keenable.ai/mcp-server Keenable is a free, remote MCP server that gives agents access to the web index. Search the web with ranked results and date/site filters, then fetch any indexed page as clean markdown. Works out of the box with no account or API key.
Related MCP Servers
- AlicenseNot gradedqualityDmaintenanceDuckDuckGo Search MCP Server. Scrapes DuckDuckGo Lite directly — no API key required, no rate limits, robust anti-bot protection.3MIT
- AlicenseNot gradedqualityDmaintenanceLightweight MCP server for DuckDuckGo search with HTML fallback, safe webpage fetching, caching, and clean text extraction.AGPL 3.0
- AlicenseNot gradedqualityDmaintenanceSmall Python MCP server that provides web search and page fetching tools via DuckDuckGo, requiring no API key.Apache 2.0
- AlicenseNot gradedqualityDmaintenanceMCP server for internet search via direct Google and DuckDuckGo HTML scraping with AI-powered result normalization and optional summarization, requiring no API keys for search.MIT