DuckDuckGo
About
Integrates with DuckDuckGo search engine to provide real-time web information retrieval for research, fact-checking, and current events updates.
Details
- Author
- ashdevfr
- Repository
- AshDevFr/duckduckgo-mcp-server
- GitHub stars
- 2
- Downloads
- 8,414
- License
- MIT License
- Categories
- AI, Developer Tools, Search, Infrastructure, Knowledge Base
- Tags
- #web
Jump to
Setting up with Highlight
This MCP is not yet compatible with Highlight’s one-click setup. However, you can still use it with Highlight by following these steps:
- Download and install Highlight from highlightai.com/download
- Navigate to the plugins tab and select "Add Custom Plugin"
-
Configure the plugin with the settings below
Plugin Name
DuckDuckGoCommand (node, npx, python, etc.)uvxArguments-
Argument 1
ddg-mcp-server
Please refer to the README for specific instructions on how to obtain API keys or other required environment variables.
-
Argument 1
- Enable "Start Automatically" if you want the plugin to start when Highlight launches
search
Search the web using DuckDuckGo. Input: `query` (string). Returns an array of results.
Claude Desktop / Cursor
Paste into your MCP client config file to install this server.
{
"mcpServers": {
"duckduckgo": {
"env": {},
"args": [
"ddg-mcp-server"
],
"command": "uvx"
}
}
}
Linux
{
"env": [],
"args": [
"ddg-mcp-server"
],
"command": "uvx"
}
Macos
{
"env": [],
"args": [
"ddg-mcp-server"
],
"command": "uvx"
}
Windows
{
"env": [],
"args": [
"/c",
"uvx",
"ddg-mcp-server"
],
"command": "cmd"
}
Sign in to leave a review
Use Google, GitHub, or an email account so ratings stay tied to real people.
No reviews posted yet.




