- Explore MCP Servers
- duck-duck-scrape-mcp
Duck Duck Scrape Mcp
What is Duck Duck Scrape Mcp
duck-duck-scrape-mcp is an MCP server that provides free search results by scraping data from DuckDuckGo.
Use cases
Use cases include building custom search engines, integrating search functionality into applications, and conducting data analysis based on search results.
How to use
To use duck-duck-scrape-mcp, include it in your project using the GitHub directive in your .mcp.json file as shown in the example provided.
Key features
Key features include free access to search results, scraping capabilities from DuckDuckGo, and ease of integration into projects.
Where to use
duck-duck-scrape-mcp can be used in web applications, search engines, and any project that requires search functionality without relying on paid APIs.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
Overview
What is Duck Duck Scrape Mcp
duck-duck-scrape-mcp is an MCP server that provides free search results by scraping data from DuckDuckGo.
Use cases
Use cases include building custom search engines, integrating search functionality into applications, and conducting data analysis based on search results.
How to use
To use duck-duck-scrape-mcp, include it in your project using the GitHub directive in your .mcp.json file as shown in the example provided.
Key features
Key features include free access to search results, scraping capabilities from DuckDuckGo, and ease of integration into projects.
Where to use
duck-duck-scrape-mcp can be used in web applications, search engines, and any project that requires search functionality without relying on paid APIs.
Clients Supporting MCP
The following are the main client software that supports the Model Context Protocol. Click the link to visit the official website for more information.
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 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"
]
}
}
}
Dev Tools Supporting MCP
The following are the main code editors that support the Model Context Protocol. Click the link to visit the official website for more information.










