DuckDuckGo Search
Lightweight TypeScript-based DuckDuckGo search server that enables developers to retrieve search results programmatically using the duck-duck-scrape library with minimal configuration.
Featured
View Source55 stars
0 tools
Created Aug 2025
@zhsama/zhsama-duckduckgo-search-duckduckgo-mcp-serverAbout
Lightweight TypeScript-based DuckDuckGo search server that enables developers to retrieve search results programmatically using the duck-duck-scrape library with minimal configuration.
Categories
general
Installation
npm
npm install @zhsama/zhsama-duckduckgo-search-duckduckgo-mcp-server
Configuration
{
"mcpServers": {
"zhsama-duckduckgo-search-duckduckgo-mcp-server": {
"command": "npx",
"args": [
"-y",
"@zhsama/zhsama-duckduckgo-search-duckduckgo-mcp-server"
]
}
}
}