Content
# DuckDuckGo MCP Server
Node.js server implementing Model Context Protocol (MCP) for DuckDuckGo web search.
## Features
- Web Search using DuckDuckGo.
## API
### Tools
- **search**
- Search the web using DuckDuckGo.
- Input: `query` (string)
- Returns an array of results
## Usage with Claude Desktop
Add this to your `claude_desktop_config.json`:
### UVX
```json
{
"mcpServers": {
"duckduckgo": {
"command": "uvx",
"args": [
"ddg-mcp-server"
]
}
}
}
```
### Docker
```json
{
"mcpServers": {
"duckduckgo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"ashdev/duckduckgo-mcp-server"
]
}
}
}
```
Connection Info
You Might Also Like
Filesystem
Node.js MCP Server for filesystem operations with dynamic access control.
Fetch
Retrieve and process content from web pages by converting HTML into markdown format.
context7-mcp
Context7 MCP Server provides natural language access to documentation for...
Context 7
Context7 MCP provides up-to-date code documentation for any prompt.
mempalace
The highest-scoring AI memory system ever benchmarked. And it's free.
chrome-devtools-mcp
Chrome DevTools for coding agents