DuckDuckGo MCP Server
@AshDevFr
About DuckDuckGo MCP Server
No overview available yet
Config
Add this server to your MCP-compatible client using the configuration below.
{
"mcpServers": {
"duckduckgo": {
"command": "uvx",
"args": [
"ddg-mcp-server"
]
}
}
}Tools
1Search the web using DuckDuckGo.
Overview
What is DuckDuckGo MCP Server?
A Node.js server that implements the Model Context Protocol (MCP) for performing web searches using DuckDuckGo. It provides a single search tool that returns an array of results, intended for use with AI assistants like Claude.
How to use DuckDuckGo MCP Server?
Configure the server in your Claude Desktop configuration file (claude_desktop_config.json) using either the uvx command with ddg-mcp-server or the Docker image ashdev/duckduckgo-mcp-server. The server exposes a search tool that accepts a query string.
Key features of DuckDuckGo MCP Server
- Web search via DuckDuckGo
- Single
searchtool withqueryinput - Returns an array of search results
- Runs via uvx or Docker
- Lightweight Node.js implementation
Use cases of DuckDuckGo MCP Server
- Integrating web search into Claude Desktop conversations
- Retrieving current information from the web without leaving the chat
- Automating search queries for research or fact-checking
FAQ from DuckDuckGo MCP Server
—
—
Basic information
More Search MCP servers
SerpApi MCP Server
ilyazubSerpApi MCP Server for Google and other search engine results
🚀 OneSearch MCP Server: Web Search & Crawl & Scraper & Extract
yokingma🚀 OneSearch MCP Server: Web Search & Scraper & Extract, Support agent-browser, SearXNG, Tavily, DuckDuckGo, Bing, etc.
Google Search Console MCP server for SEOs
AminForouGoogle Search Console Insights with Claude AI for SEOs
Serper Search and Scrape MCP Server
marcopesaniSerper MCP Server supporting search and webpage scraping
Google Search Tool
web-agent-masterA Playwright-based Node.js tool that bypasses search engine anti-scraping mechanisms to execute Google searches. Local alternative to SERP APIs with MCP server integration.
Comments