Content
# 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](https://duckduckgo.com/tos) before using.
## How to use
It's not currently published to npm, so use the `github:` directive:
.mcp.json:
```json
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}
```
Connection Info
You Might Also Like
Filesystem
Model Context Protocol Servers
Sequential Thinking
Offers a structured approach to dynamic and reflective problem-solving,...
mcp-chrome
Chrome MCP Server is a Chrome extension-based Model Context Protocol (MCP)...
Firecrawl
🔥 Official Firecrawl MCP Server - Adds powerful web scraping and search to...
Firecrawl
Firecrawl MCP Server enables web scraping, crawling, and content extraction.
claude-context
Code search MCP for Claude Code. Make entire codebase the context for any...