DuckDuckGo Search MCP
A privacy-friendly MCP server that enables web searches and URL content extraction using DuckDuckGo, allowing AI assistants to access real-time web information without API keys.
What is DuckDuckGo Search MCP?
DuckDuckGo Search MCP is a Model Context Protocol (MCP) server that allows AI assistants like Claude, Cursor, and VS Code to privacy-friendly mcp server that enables web searches and url content extraction using duckduckgo, allowing ai assistants to access real-time web information without api keys.
A privacy-friendly MCP server that enables web searches and URL content extraction using DuckDuckGo, allowing AI assistants to access real-time web information without API keys.
This server falls under the Search & Data Extraction category on MCPgee, the world's largest MCP server directory with 33,000+ servers.
Features
- A privacy-friendly MCP server that enables web searches and
Use Cases
Maintainer
Works with
Installation
Manual Installation
npx duckduckgo-search-mcpConfiguration
Configuration Details
claude_desktop_config.json
Performance
Response Metrics
Resource Usage
How to Set Up and Use DuckDuckGo Search MCP
The DuckDuckGo Search MCP server gives AI assistants real-time web search capabilities without requiring any API keys or accounts. It exposes three search tools: a DuckDuckGo HTML scraper for general web searches, an IAsk AI-powered search with configurable modes (question, academic, forums, wiki, thinking), and a Monica AI search endpoint. Because it requires no credentials, it is one of the fastest MCP servers to set up for adding live web access to Claude and other AI assistants.
Prerequisites
- Node.js 18 or later installed
- npx available (comes with npm)
- An MCP client such as Claude Desktop
- No API keys or accounts required
Add the server to your MCP client config
Add the ddg-search entry to your Claude Desktop claude_desktop_config.json. No installation step is needed — npx will download and run the package automatically.
{
"mcpServers": {
"ddg-search": {
"command": "npx",
"args": ["-y", "@oevortex/ddg_search@latest"]
}
}
}Restart Claude Desktop
Restart Claude Desktop to load the new MCP server. On first run, npx will download the package from the npm registry.
Test a web search
Ask Claude to search for something current to confirm the server is working. You should receive live results from DuckDuckGo.
DuckDuckGo Search MCP Examples
Client configuration
Minimal Claude Desktop JSON config for the DuckDuckGo Search MCP server — no API keys needed.
{
"mcpServers": {
"ddg-search": {
"command": "npx",
"args": ["-y", "@oevortex/ddg_search@latest"]
}
}
}Prompts to try
Example prompts using all three available search tools.
- "Search the web for the latest news about AI regulation in the EU"
- "Search DuckDuckGo for 'best open source LLMs 2026' and summarize the top results"
- "Use IAsk academic mode to find recent research on transformer attention mechanisms"
- "Search forums for common issues with Docker networking on macOS"
- "Find the current Python 3 release schedule using web search"
- "What are people saying about Claude on forums? Use IAsk forums mode to find out"Troubleshooting DuckDuckGo Search MCP
Search returns no results or times out
DuckDuckGo may rate-limit rapid successive requests. Add a pause between searches or reduce numResults to 5 or fewer. If the issue persists, try restarting the MCP server by restarting Claude Desktop.
npx fails to download the package
Check your internet connection and npm registry access. As an alternative, install globally with npm install -g @oevortex/ddg_search, then update your config to use command: "ddg-search-mcp" without the npx wrapper.
IAsk or Monica search returns an error
These tools depend on third-party AI services that may have their own rate limits or availability constraints. Fall back to the web-search tool using DuckDuckGo for reliable results when the other services are unavailable.
Frequently Asked Questions about DuckDuckGo Search MCP
What is DuckDuckGo Search MCP?
DuckDuckGo Search MCP is a Model Context Protocol (MCP) server that privacy-friendly mcp server that enables web searches and url content extraction using duckduckgo, allowing ai assistants to access real-time web information without api keys. It connects AI assistants to external tools and data sources through a standardized interface.
How do I install DuckDuckGo Search MCP?
Follow the installation instructions on the DuckDuckGo Search MCP GitHub repository. Clone the repo, install dependencies, and add the server config to your AI client.
Which AI clients work with DuckDuckGo Search MCP?
DuckDuckGo Search MCP works with all major MCP-compatible AI clients including Claude Desktop, Claude Code, Cursor, VS Code (GitHub Copilot), Windsurf, and Cline.
Is DuckDuckGo Search MCP free to use?
Yes, DuckDuckGo Search MCP is open source and available under the Apache 2.0 license. You can use it freely in both personal and commercial projects.
DuckDuckGo Search MCP Alternatives — Similar Search & Data Extraction Servers
Looking for alternatives to DuckDuckGo Search MCP? Here are other popular search & data extraction servers you can use with Claude, Cursor, and VS Code.
TrendRadar
★ 58.0kA real-time hotspot monitoring and news aggregation assistant that provides AI-powered analysis of trending topics across multiple platforms via the Model Context Protocol. It enables users to track news and receive automated notifications through va
Scrapling
★ 52.7k🕷️ An adaptive Web Scraping framework that handles everything from a single request to a full-scale crawl!
PDF Math Translate
★ 33.9k[EMNLP 2025 Demo] PDF scientific paper translation with preserved formats - 基于 AI 完整保留排版的 PDF 文档全文双语翻译,支持 Google/DeepL/Ollama/OpenAI 等服务,提供 CLI/GUI/MCP/Docker/Zotero
GPT Researcher
★ 27.2kAn autonomous agent that conducts deep research on any data using any LLM providers
Agent Reach
★ 20.1kGive your AI agent eyes to see the entire internet. Read & search Twitter, Reddit, YouTube, GitHub, Bilibili, XiaoHongShu — one CLI, zero API fees.
Xiaohongshu
★ 13.7kMCP for xiaohongshu.com
Browse More Search & Data Extraction MCP Servers
Explore all search & data extraction servers available in the MCPgee directory. Each server includes setup guides for Claude, Cursor, and VS Code.
Set Up DuckDuckGo Search MCP in Your Editor
Choose your AI client for step-by-step setup instructions.
Quick Config Preview
Add this to your claude_desktop_config.json or .cursor/mcp.json
Ready to use DuckDuckGo Search MCP?
Browse our complete directory of 33,000+ MCP servers, read setup guides for your editor, and start building with the Model Context Protocol.