DuckDuckGo MCP Server
A Model Context Protocol (MCP) server that provides web search capabilities through DuckDuckGo, with additional features for content fetching and parsing.
AI Skill Market Insights
Real data. Real impact.
Emerging
Developers
Quick Start
Install Command
# DuckDuckGo MCP Server
# 1. Find the exact package/command in the repo README:
# https://github.com/nickclyde/duckduckgo-mcp-server#readme
#
# 2. Add it to Claude Code:
claude mcp add duckduckgo -- <command from README>
#
# …or add to claude_desktop_config.json:
# {
# "mcpServers": {
# "duckduckgo-mcp-server": { "command": "<...>", "args": ["<...>"] }
# }
# }