
duck-duck-scrape-mcp
An MCP server for (free!) search results via duckduckgo
What is duck-duck-scrape-mcp?
duck-duck-scrape-mcp is an MCP server that provides free search results by scraping DuckDuckGo, similar to the Brave search MCP server.
How to use duck-duck-scrape-mcp?
To use duck-duck-scrape-mcp, include it in your project using the github:
directive in your mcp.json file as follows:
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}
Key features of duck-duck-scrape-mcp?
- Provides free search results from DuckDuckGo.
- Easy integration with existing projects via npm.
- Simple configuration through mcp.json.
Use cases of duck-duck-scrape-mcp?
- Integrating DuckDuckGo search results into applications.
- Building privacy-focused search functionalities.
- Creating custom search engines using DuckDuckGo data.
FAQ from duck-duck-scrape-mcp?
- Is duck-duck-scrape-mcp free to use?
Yes! It is free to use as it scrapes DuckDuckGo results.
- Do I need to follow any terms of service?
Yes, please consult DuckDuckGo's terms of service before using this project.
- Is it published on npm?
No, it is not currently published to npm; you need to use the GitHub directive.
What is duck-duck-scrape-mcp?
duck-duck-scrape-mcp is an MCP server that provides free search results by scraping DuckDuckGo, similar to the Brave search MCP server.
How to use duck-duck-scrape-mcp?
To use duck-duck-scrape-mcp, include it in your project using the github:
directive in your mcp.json file as follows:
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}
Key features of duck-duck-scrape-mcp?
- Provides free search results from DuckDuckGo.
- Easy integration with existing projects via npm.
- Simple configuration through mcp.json.
Use cases of duck-duck-scrape-mcp?
- Integrating DuckDuckGo search results into applications.
- Building privacy-focused search functionalities.
- Creating custom search engines using DuckDuckGo data.
FAQ from duck-duck-scrape-mcp?
- Is duck-duck-scrape-mcp free to use?
Yes! It is free to use as it scrapes DuckDuckGo results.
- Do I need to follow any terms of service?
Yes, please consult DuckDuckGo's terms of service before using this project.
- Is it published on npm?
No, it is not currently published to npm; you need to use the GitHub directive.