duck-duck-scrape-mcp
3.5
An MCP server for retrieving free search results via DuckDuckGo by scraping.
Top Comments
duck-duck-scrape-mcp
An MCP server for (free!) search results via duckduckgo
This is like the Brave search mcp server, but it's just scraping duckduckgo. Consult duckduckgo's tos before using.
How to use
It's not currently published to npm, so use the github:
directive:
.mcp.json:
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}
Related MCP Servers
View all browser_automation servers →Fetch
4.9
by modelcontextprotocol
A Model Context Protocol server that provides web content fetching capabilities, enabling LLMs to retrieve and process content from web pages.