A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
10K+
3
2 Tools
Version 4.43 or later needs to be installed to add the server automatically
About
A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
Attribute | Details |
---|---|
Docker Image | mcp/duckduckgo |
Author | nickclyde |
Repository | https://github.com/nickclyde/duckduckgo-mcp-server |
Dockerfile | https://github.com/nickclyde/duckduckgo-mcp-server/blob/main/Dockerfile |
Docker Image built by | Docker Inc. |
Docker Scout Health Score | |
Verify Signature | COSIGN_REPOSITORY=mcp/signatures cosign verify mcp/duckduckgo --key https://raw.githubusercontent.com/docker/keyring/refs/heads/main/public/mcp/latest.pub |
Licence | MIT License |
Tools provided by this Server | Short Description |
---|---|
fetch_content | Fetch and parse content from a webpage URL. |
search | Search DuckDuckGo and return formatted results. |
Tool: fetch_content
Fetch and parse content from a webpage URL.
Parameters | Type | Description |
---|---|---|
url | string | The webpage URL to fetch content from |
Tool: search
Search DuckDuckGo and return formatted results.
Parameters | Type | Description |
---|---|---|
query | string | The search query string |
max_results | integer optional | Maximum number of results to return (default: 10) |
{
"mcpServers": {
"duckduckgo": {
"command": "docker",
"args": [
"run",
"-i",
"--rm",
"mcp/duckduckgo"
]
}
}
}
Manual installation
You can install the MCP server using:
Installation for