duck-duck-scrape-mcp
If you are the rightful owner of duck-duck-scrape-mcp and would like to certify it and/or have it hosted online, please leave a comment on the right or send an email to henry@mcphub.com.
An MCP server for retrieving free search results via DuckDuckGo by scraping.
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"
]
}
}
}