shgsousa/ddg_mcp_server
A web search tool and API powered by DuckDuckGo, Gradio, and MCP, providing both a user-friendly web interface and Claude Desktop tool integration. It fetches web search results, extracts summaries, and retrieves the full content of web pages in markdown format.
Platform-specific configuration:
{
"mcpServers": {
"ddg_mcp_server": {
"command": "npx",
"args": [
"-y",
"ddg_mcp_server"
]
}
}
}Add the config above to .claude/settings.json under the mcpServers key.
Loading reviews...