DuckDuckGo MCP Server
Enables web searches using DuckDuckGo's privacy-focused search engine, with tools for performing searches, fetching page content, and generating related search suggestions.
Click on "Deploy Server".
Wait a few minutes for the server to deploy. Once ready, it will show a "Started" state.
In the chat, type
@followed by the MCP server name and your instructions, e.g., "@DuckDuckGo MCP Serversearch for latest AI developments in 2024"
That's it! The server will respond to your query, and you can continue using it as needed.
Here is a step-by-step guide with screenshots.
DuckDuckGo MCP Server
A Model Context Protocol (MCP) server that enables AI assistants to perform real-time web searches using DuckDuckGo.
Features
Web Search: Search the web with DuckDuckGo
Content Fetching: Extract clean content from web pages
Search Suggestions: Get related search suggestions
Dual Mode: stdio (local) and HTTP (remote) support
Rate Limiting: Built-in protection against abuse
Related MCP server: DuckDuckGo MCP Server
Quick Start
Local Setup (Claude Desktop)
Install dependencies:
python -m venv venv
source venv/bin/activate
pip install -r requirements.txtConfigure Claude Desktop (
~/Library/Application Support/Claude/claude_desktop_config.json):
{
"mcpServers": {
"duckduckgo-search": {
"command": "/path/to/venv/bin/python",
"args": ["/path/to/run_mcp_server.py"]
}
}
}Configuration
Option | Default | Description |
| "http" | "stdio" for local, "http" for remote |
| 3000 | HTTP port (http mode only) |
| 30 | Max searches per minute |
| 10 | Default number of results |
⚠️ Legal Notice
This software uses an DuckDuckGo scraping library.
For Educational Use Only:
✅ Personal learning and research
✅ Local development and testing
❌ Commercial use or production deployments
❌ High-volume automated searches
No Warranty: Use at your own risk. The author assumes no liability.
Commercial Alternatives:
Bing Search API - 1,000 free queries/month
Google Custom Search API - 100 free queries/day
License
This server cannot be deployed
Maintenance
Related MCP Connectors
Provides AI assistants with access to Seltz's powerful Web Search capabilities.
LLM-ready web search + instant answers + URL-to-clean-text fetch for agents and RAG.
Search Google straight from your AI agent. Web results, images, videos, news, products, scholarly ar
Web search, fetch, extract, and research for AI agents. Markdown output + AI-synthesized answers.
Related MCP Servers
- FlicenseBqualityDmaintenanceAllows you to search the web using DuckDuckGo and optionally fetch and summarize content from search results.25-
- FlicenseNot gradedqualityDmaintenanceEnables web searching through DuckDuckGo and fetching content from webpages. Provides search capabilities with configurable result limits and webpage content extraction for AI assistants.-
- AlicenseNot gradedqualityDmaintenanceEnables AI assistants to read webpages and perform web searches using DuckDuckGo.MIT
- AlicenseNot gradedqualityFmaintenanceEnables AI agents to search the web, find news, and read page content via DuckDuckGo without an API key.2MIT