duck-duck-scrape-mcp
@mmkal
关于 duck-duck-scrape-mcp
An MCP server for (free!) search results via duckduckgo
基本信息
配置
使用下面的配置,将此服务器添加到你的 MCP 客户端。
{
"mcpServers": {
"duckduckgo-web-search": {
"type": "stdio",
"command": "npx",
"args": [
"-y",
"github:mmkal/duck-duck-scrape-mcp"
]
}
}
}工具
未检测到工具
工具是从 README 中自动提取的。维护者可以在 ## Tools 标题下列出工具,即可填充这部分内容。
概览
What is duck-duck-scrape-mcp?
Duck-duck-scrape-mcp is an MCP (Model Context Protocol) server that provides free web search results by scraping DuckDuckGo. It is intended for developers who need a simple, no‑API-key search tool for use with MCP clients.
How to use duck-duck-scrape-mcp?
Since the server is not published to npm, configure it in your .mcp.json using the github: directive: set the command to npx with arguments -y and github:mmkal/duck-duck-scrape-mcp.
Key features of duck-duck-scrape-mcp
- Free web search via DuckDuckGo scraping
- No API key required
- Easy setup with npx and GitHub references
- Compatible with any MCP client (e.g., Claude Desktop)
Use cases of duck-duck-scrape-mcp
- Provide search results to an AI assistant without paid APIs
- Enable MCP clients to look up information from the web
- Integrate web search into prototyping or testing environments
FAQ from duck-duck-scrape-mcp
How is this different from the Brave search MCP server?
It is similar to the Brave search MCP server but uses DuckDuckGo scraping instead of the Brave Search API.
What are the runtime requirements?
You need npx (shipped with Node.js) to run the server via the GitHub package.
Is an API key needed?
No, the server works entirely by scraping DuckDuckGo without any API key.
Are there any usage restrictions?
Consult DuckDuckGo’s terms of service before using this server, as scraping may be subject to their policies.
Where is the package published?
It is not currently published on npm; you must use the github:mmkal/duck-duck-scrape-mcp directive.
搜索 分类下的更多 MCP 服务器
Brave Search MCP Server
mikechaoAn MCP Server implementation that integrates the Brave Search API, providing, Web Search, Local Points of Interest Search, Image Search, Video Search, News Search and LLM Context Search capabilities
小红书自动搜索评论工具(MCP Server 2.0)
chenningling这是一款基于 Playwright 开发的小红书自动搜索和评论工具,作为 MCP Server,可通过特定配置接入 MCP Client(如Claude for Desktop),帮助用户自动完成登录小红书、搜索关键词、获取笔记内容及发布AI生成评论等操作。
Search Console Mcp
saurabhsharma2uSearch & analytics data as infrastructure — MCP server for Google Search Console, Bing Webmaster Tools, and GA4, designed for AI agents and automation.
Exa MCP Server 🔍
exa-labsExa MCP for web search and web crawling!
评论